XIAO store data in QSPI flash memory (Mbed)

Hi,

I have put it on github : GitHub - PMCheetham/SEEED_nRF52840_QSPI: SEEED nRF52480 QSPI Example

I changed the lines : while(NRF_QSPI->EVENTS_READY == 0)

As this sometimes caused my board to just wait forever. So I removed the whole WHILE loop and replaced it with : QSPI_WaitForReady();

If you can get the github copy, I also posted the output. On the github version the changes I made are around line 156.

Thanks

Paul

1 Like