How can it be that the amount of lines of code in main() affect the time it takes to execute an interrupt routine?
Hi community,This question is all about the behavior of the DMA1_Channel1_IRQHandler in my application.I am working with an STM32G431CBT. It is running at 168MHz. Configured with 4 Flash wait states.NVIC interrupt priorities are setup using CMSIS fun...