cancel
Showing results for 
Search instead for 
Did you mean: 

provide example code for multiple interrupt

dee1
Associate II

Dear Team,'

         please provide example code for multiple peripheral interrupts(ADC,timer)in a same example code with mxcube configuration.

board: stm32c031c6

 

Best Regards,

Deepa P

@nevase123 

 

1 REPLY 1
SofLit
ST Employee

Hello,

Could you please argument this request? did you try something from your side and got issues?

Basically any HAL example using interrupt has at least 2 interrupts activated because Systick interrupt is activated by default. EXTI as an example: https://github.com/STMicroelectronics/STM32CubeC0/tree/main/Projects/STM32C0116-DK/Examples/GPIO/GPIO_EXTI

PS: stm32c031c6 is an MCU not a board 🙂.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.