EEPROM.write blocking main code

Status
Not open for further replies.

vimassive

Member
Teensy 3.5
Arduino 1.8.10

Is it possible to have EEPROM.write to run as a background task or thread and not block the main code from executing?
If yes, how do I accomplish this task?

The main routine in my code needs to execute every 55 us seconds. The EEPROM.write or update takes much longer than 55us and is causing events that should of occurred to be late.

Thanks in Advance
 
Status
Not open for further replies.
Back
Top