Resolved! Strange interrupt handler problem on STM32H7
Another day, another bug....I'm trying to use ADC3 with BDMA on H753. Started from some cube-generated code that assigned BDMA channel 0 to ADC3.Allocated memory in SRAM4. Added interrupt handler for BDMA_Channel0 and ADC3.When I start the ADC3, I hi...