cancel
Showing results for 
Search instead for 
Did you mean: 

writing on the eeprom without disabling external interrupts

dhutchison1945
Associate II
Posted on March 29, 2010 at 14:07

writing on the eeprom without disabling external interrupts

2 REPLIES 2
fggnrc2
Associate II
Posted on May 17, 2011 at 15:07

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

EtaPhi

dhutchison1945
Associate II
Posted on May 17, 2011 at 15:07

thanks EtaPhi,

as always,you have a deep knowledge of the mcu 🙂

b.r.

spectre