Resolved! I'm specifically using the discovery kit for the STM32F746G - Disco board. I've used STM32CubeMX to generate the configuration with no mods and then the code for atollics Truestudio, keep getting interrupts from TIM6
i can see both in the tool and the source code that the TIM6 timer is not configured. It is in fact the TIM6_DAC_IRQHandler() I keep ending up in.Now it's easy enough to just force it to be disabled but I'm trying to figure out how to disable it in t...