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:
- Can the MX25R6435F achieve my requirements at its fastest when using QSPI?
- If I use an SD card, will the speed be limited by the SPI interface as well, preventing me from meeting my needs?
- Are there other storage options more suitable for my situation?
Thank you for your help in advance.