2018-12-27 12:40 AM
STMCubeMX V 5.0 MCC STM32F413VHT6, TIM6 problem I'm using LL libraries. The interrupt generated with any setting always has a frequency around 3.6 MHz. Thanks for your help.
2018-12-27 12:54 AM
Well, go to debug mode and look at the timer register values. You can manually adjust them, run and stop the code to find out what maybe wrong. Debug phase. Or compare with a similar LL example coming from the closest stm32 nucleo board.
2018-12-27 02:46 AM
I have done other applications with STM32F4 64 and 144 pins with STMCube versions prior to V5.0 and everything works fine. I also compared the software but I did not find anything strange. I do not have much practice with debugging now however I will try. Thank you
2018-12-27 03:46 AM
For anyone at ST to review/validate you might want to provide the project and .IOC file so they can recreate/test.
2018-12-27 04:53 AM