cancel
Showing results for 
Search instead for 
Did you mean: 

Software Interruption Configuration with STMCubeMX STM32F334

eg7963
Associate III
Posted on April 21, 2016 at 13:22

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

Eric
1 REPLY 1
Nesrine M_O
Lead II
Posted on April 21, 2016 at 14:33

Hi Eric,

Click NVIC in the Configuration pane to open the Nested Vector interrupt controller configuration window:

0690X00000604uMQAQ.png

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 

http://www2.st.com/content/ccc/resource/technical/document/user_manual/10/c5/1a/43/3a/70/43/7d/DM00104712.pdf/files/DM00104712.pdf/jcr:content/translations/en.DM00104712.pdf

User manual

-Syrine-