Hi,
Currently, on a PSoC5LP, it takes about 10ms to write a row of FLASH. This means that my 1kHz control loop has to pause while this happens.
When I write to EEPROM, this process is interrupt driven, and so my control loop can keep going, while the write happens in the background.
Is there a similar interrupt driven FLASH write library? This would be very helpful.
Thanks - Hugo
Solved! Go to Solution.
Presently,there is no interrupt driven FLASH write library
Presently,there is no interrupt driven FLASH write library