User Activity

I have the following problem with my STM32H743:I want to use the ADC3 for an injected conversion, but the ADC3 interrupt does not call the ADC3_IRQHandler, instead the SysTick_Handler is called whenever an ADC3 interrupt happens.  When I read the ISP...