2013-07-16 03:39 AM
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! #stm32f42013-07-16 04:25 AM
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).
JW2013-07-16 05:17 AM
Thx!