Associate II
September 4, 2018
Solved
STMCubeMX 's bug
- September 4, 2018
- 5 replies
- 2062 views
1 The code was generated by STMCube and the MCU is stm32f030k6t6
2 I use 8M HSI RC as clock source .
3 If I set SYSCLK to 8M (use HSI RC directly), the code can work on the board correctly
4 if I set SYSCLK to 48M (use PLLMUL). the code didn't work at all .
5 I just toggle a LED based on the generated code .
6 why did we can't use PLLMUL with STMCube?