Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applications: sdp: mspi: add QUAD mode to RX #20360

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

magp-nordic
Copy link
Contributor

@magp-nordic magp-nordic commented Feb 13, 2025

Add support for QAD mode in RX path.
Currently, there are still two issues with RX QUAD mode:

  • when receiving less than 4 bytes of data, there are additional clock cycles
  • when sending only 1 byte before receiving, no data appears on data line

There are tickets created to resolve the above.

Note: at the current default frequency the first byte is read wrongly to be 0x00. Problem does not appear at frequencies below 4,92 MHz (counter value greater than 13).

@magp-nordic magp-nordic requested a review from a team as a code owner February 13, 2025 16:50
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Feb 13, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Feb 13, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 11

Inputs:

Sources:

sdk-nrf: PR head: c9e13fdafcd40e215b6376523d8f2ab68286c1c9

more details

sdk-nrf:

PR head: c9e13fdafcd40e215b6376523d8f2ab68286c1c9
merge base: 361e110877bf1fbe038fbd8c7fbcae48b96e594b
target head (main): 361e110877bf1fbe038fbd8c7fbcae48b96e594b
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (3)
applications
│  ├── sdp
│  │  ├── mspi
│  │  │  ├── src
│  │  │  │  ├── hrt
│  │  │  │  │  ├── hrt-nrf54l15.s
│  │  │  │  │  │ hrt.c
│  │  │  │  │ main.c

Outputs:

Toolchain

Version: acee3b0b2b
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:acee3b0b2b_bece0367df

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 39
  • ✅ Integration tests
    • ✅ test-low-level
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@masz-nordic masz-nordic added this to the 3.0.0 milestone Feb 14, 2025
Copy link

github-actions bot commented Feb 21, 2025

After documentation is built, you will find the preview for this PR here.

@magp-nordic magp-nordic force-pushed the NRFX-7027-rx-quad-mode2 branch 3 times, most recently from db7fabe to 211fca8 Compare February 21, 2025 15:47
@magp-nordic
Copy link
Contributor Author

Rebased after upmerge.

Add support for QAD mode in RX path.

Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
@magp-nordic magp-nordic force-pushed the NRFX-7027-rx-quad-mode2 branch from 4fd9347 to c9e13fd Compare March 4, 2025 14:02
Copy link

sonarqubecloud bot commented Mar 4, 2025

Copy link

github-actions bot commented Mar 4, 2025

You can find the documentation preview for this PR here.

@masz-nordic masz-nordic merged commit bc89c45 into nrfconnect:main Mar 4, 2025
14 checks passed
@magp-nordic magp-nordic deleted the NRFX-7027-rx-quad-mode2 branch March 6, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants