PDA

View Full Version : DT_14_int.bas - corruption of write data when in a Interrupt routine



longpole001
- 7th December 2012, 09:20
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

Darrel Taylor
- 7th December 2012, 15:15
Make sure you are not using DEFINE WRITE_INT 1.

longpole001
- 8th December 2012, 05:50
no noty using that defined for a write statement