2010-03-29 05:07 AM
writing on the eeprom without disabling external interrupts
2011-05-17 06:07 AM
The STM8 Family documentation says that, if your device has the read while writing feature and your code doesn't program a block, there is no need to disable interrupts.
Even if your code rewrites a block, the interrupts are disabled by hardware... So, in my opinion, there is no need to disable interrupts. Ciao EtaPhi2011-05-17 06:07 AM
thanks EtaPhi,
as always,you have a deep knowledge of the mcu :) b.r. spectre