Interrupt driven FLASH write

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
HuEl_264296
Level 5
Level 5
First like given 25 sign-ins First solution authored

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

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Presently,there is no interrupt driven FLASH write library 

View solution in original post

0 Likes
1 Reply
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Presently,there is no interrupt driven FLASH write library 

0 Likes