Tool/software: TI-RTOS
Hi,
I am using eeprom in call back mode.
Currently i am writing 96 bytes at a time and it will complete in 1.72ms. That is i received event signal after this time out.
For above mentioned operation if it generate interrupt after every 4 byte write internally ?. How much time the interrupt elapse?..
If i am using a thread which has higher priority and it is critical, and if i am using eeprom in call back method and i a m writing 200 bytes at a time,
How it will effect the thread execution?..
Regards
Nikhil