2009-12-30 05:53 AM
Interrupts during Eprom programming
2011-05-17 06:06 AM
Should I disable interrupts during EPROM block programming? (I think so...but where can I read it?)
If so, what are the exact points to first disable and then reenable ints?2011-05-17 06:06 AM
Hello, fangelin.
The STM8 family manual (RM0016) says at page 43:Quote:
During block programming, interrupts are masked by hardware
So you don't have to care of interrupts at all during block programming. EtaPhi