interrupts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-06-23 11:20 PM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-06-23 9:34 PM
Posted on June 24, 2003 at 06:34
I use a ST7LITE0 and I want to enable the interrupts in my program but I don't know what is the instruction in C for this .
Somebody can help me please .Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-06-23 10:20 PM
Posted on June 24, 2003 at 07:20
For Hiware Compiler use
asm RIM; // To enable interrupts asm SIM; // To disable interrupts For Cosmic Compiler use _asm(''RIM''); // To enable interrupts _asm(''SIM''); // To disable interrupts Hope this helps Regards, PraveenGOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-06-23 11:20 PM
Posted on June 24, 2003 at 08:20
Thanks it's function .
http://www.gamers-forums.com/smilies/kao/chika/chirol_iei.gif
