cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupts during Eprom programming

fangelin
Associate II
Posted on December 30, 2009 at 14:53

Interrupts during Eprom programming

2 REPLIES 2
fangelin
Associate II
Posted on May 17, 2011 at 15:06

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?

fggnrc
Associate II
Posted on May 17, 2011 at 15:06

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