-
Notifications
You must be signed in to change notification settings - Fork 1.4k
applications: sdp: mspi: RX #20092
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: RX #20092
Conversation
658de91 to
1970b8f
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: bf4777d92e9c0eb010a0b715f202cea7f8ab7dc1 more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
e0d55f3 to
43c7343
Compare
ea7cde6 to
30de4a6
Compare
303a260 to
07c8ad5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on #19877 as it will be merged first
79afd53 to
eac0063
Compare
1282342 to
8fb77a9
Compare
|
PR rebased after #19877 was merged, @masz-nordic @mif1-nordic , please, review again. |
Fixed hard fault that occurs when receiving data caused by memory access violation and changed logging so that all received data is printed, not only an opcode. Signed-off-by: Magdalena Pastula <[email protected]>
Add path for receiving data on SPI. Signed-off-by: Magdalena Pastula <[email protected]>
8fb77a9 to
bf4777d
Compare
Added path for receiving data on SPI (SINGLE mode only, there will be another PR for QUAD).
For now, data is transceived byte by byte, and receiving starts right after transmission. This has its disadvantages, for example:
There will be another ticket for fixing the above issues. Right now I am adding this so that we would have at least some working solution, even if it's not ideal.
Requires changes from #20114 to be able to receive data from nRF54L15 DK external flash.