DT_14_int.bas - corruption of write data when in a Interrupt routine
HI , is it possible that data can be corrupted while doing a write to eeprom when in a interrupt routine using DT interrupts , if so how to avoid,
maybe the dreaded pauseus command before returning from the service interrupt ???
I ask cos sometimes i am seeing saved eeprom data that should not be there , and the only write command is done within an interrupt service routine,
cheers
sheldon
Re: DT_14_int.bas - corruption of write data when in a Interrupt routine
Make sure you are not using DEFINE WRITE_INT 1.
Re: DT_14_int.bas - corruption of write data when in a Interrupt routine
no noty using that defined for a write statement