Christian Busquet
Christian Busquet
look in https://github.com/gbevin/ShowMIDI/tree/main/Assets there is a [appicon.png](https://github.com/gbevin/ShowMIDI/blob/main/Assets/appicon.png) that could, maybe, do the job
Quick questions : did the bootloader use FreeRTOS or is it BareMetal ? did it (the bootloader) disable the fautive interrupt before launching the application ? I run in this...
last suggestions, could you verify the status of TIM6 before launching App, then if it run stop it. (and ask why ?)
I see that bit0 of CR1 of TIM6 is set to 1 so Counter Enabled, you disable it. The DIER bit 0 is enabled -> Update Interrupt Enabled set this...