STM32F405 Custom Software Triggered Interrupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-16 3:39 AM
Posted on July 16, 2013 at 12:39
Hi,
I was wondering if it is possible to define software triggerd interrupts, i.e. an ISR is triggered by a value change of an arbitrary register.Any help is appreciated! #stm32f4
Labels:
- Labels:
-
STM32F4 Series
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
‎2013-07-16 4:25 AM
Posted on July 16, 2013 at 13:25
Through NVIC_STIR, see ch.4.3.8 in PM0214 (note that there is error in description, the USERSETMPEND bit is in CCR rather than SCR).
JWOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-16 5:17 AM
Posted on July 16, 2013 at 14:17
Thx!
