2016-04-21 04:22 AM
Hi,
is there a way to configure the software interrupt in STMCubeMX, in order to have the bases IRQhandler function already generated by STMCubeMX? Thanks Eric2016-04-21 05:33 AM
Hi Eric,
Click NVIC in the Configuration pane to open the Nested Vector interrupt controller configuration window:Interrupt unmasking and interrupt handlers are managed within 2 tabs: ?The NVIC tab allows enabling peripheral interrupts in the NVIC controller and setting their priorities.?The Code generation tab allows selecting options for interrupt related code generation.For more details refer to the NVIC Configuration window paragraph on the User manual-Syrine-