Other Parts Discussed in Thread: CC1352R,
Hi all,
I am working on external flash memory related project.
So, when I am writing 750-800kb of text data into external flash memory using NVS drivers it took around 3hours as shown in this thread >>>
500b, 1Kb, 3Kb, 6Kb, 12Kb, 25Kb, 30Kb, 70Kb,100kb, 120Kb and 145~147Kb.
For 500b and 1kb its totally ok. but after 12Kb limit the process started to slow down. for 12Kb it took around 7~8mins to send 1 file.
When I am sending a collection of 30Kb files total of ~335Kb it took around 1Hr to send.
When I am sending a collection of 70Kb files total of ~630Kb it took around 2Hrs and 20mins.
When I am sending a collection of 140Kb files total of ~880Kb it took around 3Hrs.
Also I have checked the same files with a Nodemcu and wrote data using SPIFFS file system. But for that it took around 7 seconds to write 750kb of text data.
Is there any advice or methods to speed up the data writing process into external flash memory? Or else is there any example to be study?
I just want to read a file in the local pc and write that into external flash MX25R8035FZUIL0.