2024-06-20 06:39 AM
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
2024-06-20 09:39 AM - edited 2024-06-20 10:18 AM
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 :).