Other Parts Discussed in Thread: CC3200
I'm working on an application that needs to open a 150KByte flash file for write. It has to be done real-time, i.e, when an event happens, CC3200 wakes form hibernate and stores the file in flash. Now, the sl_fsOpen() is taking 1.6 seconds. The flash erase is taking all the time. Can we erase the flash ahead and keep? So that when the event happens, we can just write the data directly into the file. Any plans of providing this option in the simplelink library?
Thanks in advance,
Chrysolin