Skip to main content
Visitor II
December 30, 2009
Question

Interrupts during Eprom programming

  • December 30, 2009
  • 2 replies
  • 830 views
Posted on December 30, 2009 at 14:53

Interrupts during Eprom programming

    This topic has been closed for replies.

    2 replies

    fangelinAuthor
    Visitor II
    May 17, 2011
    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?

    Visitor II
    May 17, 2011
    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