Badr Bouslikhin
Badr Bouslikhin
I was thinking the same, I tried to compare how your hal and [stm32-rs/stm32l4xx-hal](https://github.com/stm32-rs/stm32l4xx-hal) init. this peripheral but it wasn't easy for me to do so with all the macros....
That did the trick! Actually only `TIM8.bdtr.write(|w| w.moe().set_bit());` does the trick. ``` Bit 15 MOE: Main output enable This bit is cleared asynchronously by hardware as soon as one of...
> Nvm, issues with this fix for now; need to figure out the best way to do it Alright, let me know when it's ready to test!