Skip to main content
Associate II
June 20, 2024
Question

provide example code for multiple interrupt

  • June 20, 2024
  • 1 reply
  • 744 views

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

mƎALLEm
Technical Moderator
June 20, 2024

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."