Interrupts during Eprom programming
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-12-30 5:53 AM
Posted on December 30, 2009 at 14:53
Interrupts during Eprom programming
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:06 AM
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?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:06 AM
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