nRF52840 Data Storage Issues and Recommendations

I would like to seek some assistance. My sensor generates 27.2 KBytes of data per second. I initially intended to use the "w25n01gvzeig" for storage, but I discovered that the QSPI in the SDK does not support NAND flash, so I had to abandon its usage. Instead, I used the SDK's QSPI example to operate the MX25R6435F NOR flash on the nrf52840-DK board. However, I found that writing 256 bytes took 1.110 seconds to complete, which is much slower than what I require.

I have the following questions to ask:

  1. Can the MX25R6435F achieve my requirements at its fastest when using QSPI?
  2. If I use an SD card, will the speed be limited by the SPI interface as well, preventing me from meeting my needs?
  3. Are there other storage options more suitable for my situation?

Thank you for your help in advance.

Parents Reply Children
Related