Posted on April 21, 2016 at 14:33Hi Eric,
Click NVIC in the Configuration pane to open the Nested Vector interrupt controller configuration window:
![0690X00000604uMQAQ.png 0690X00000604uMQAQ.png](/t5/image/serverpage/image-id/46999iA86E3677BE3EEA10/image-size/large?v=v2&px=999)
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-