how to get started with MX25R6425R in nRF SDK 15.2 , for this I have used qspi example in peripheral I want to write data and read it
how to get started with MX25R6425R in nRF SDK 15.2 , for this I have used qspi example in peripheral I want to write data and read it
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fhardware_driver_qspi.html this link was helpful in understanding the QSPI better.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fhardware_driver_qspi.html this link was helpful in understanding the QSPI better.
Hi
Good to hear that you found some relevant documentation.
Have you been able to get write and read of custom data working, or do you still have some issues?
Best regards
Torbjørn
yes , i was able to read & write Custom data for user defined data size : 10 i get Data inconsistent and for data size :8 i get Data consistent and the values of Tx buffer and Rx buffer is same till 7 value, the 8th value is 0 . Need examples /link to understand the read n write . 
Hi
Are you able to log what is written and what is read when you try to send 10 bytes?
What about 12 bytes, will that work?
Best regards
Torbjørn