This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Not able to write and read more than 16KB data in the qspi memory on nrf52840

Hi everyone

I have been reading the GPS data using nordic nrf52840 over the UART. 
I am able to receive as much as 64KB of data via the UART.
Here's the scenario of whats been happening

1. If i Write the data to QSPI memory and not read it back after writing , everything works fine. I am able to write the 64KB of data to the memory.
2. If i write the data to QSPI memory and read it back after writing is finished , I am not able to read the data , the software get paused saying , unknown function at 0x000000978
3. If i write and read data less than 16KB on the QSPI , everything works fine . 

In a summary
If i write more than 16KB of data to qspi memory and read it back , software stops abruptly and says "unknown function at 0x000000978"
Help needed urgently , kindly suggest some solutions 

Thanks
Rajat 

Related