Skip to main content
Visitor 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 

 

    This topic has been closed for replies.

    1 reply

    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 :).