2017-09-24 06:20 PM
Hi.
I'm looking for example of Software Interrupt in STM32F10x_StdPeriph_Examples, STM32F4xx_DSP_StdPeriph_Lib_V1.8.0
Can I find that in Examples?
2017-09-24 06:38 PM
You can arbitrarily set interrupts into the NVIC, or use BKPT or SVC instructions. Posted an SVC example to the forum previously.