Hi
I write data to the EEPROM with WRITE and are also using DT-INTS TMR1, but before i execute a write I disable TMR1 withIs that the correct way to do it?Code:@ INT_DISABLE TMR1_INT
I´m a little confused when I read the manual about WRITE, The manual says
What do they mean with not DISABLED?If interrupts are used in a program, they must be turned off (masked, not
DISABLEd) before executing a WRITE
Bookmarks