2020-11-30 02:30 AM
The STM32F103 does not have a Synchronous Prescaler. and the Asynchronous Prescaler can be set to (2^20 - 1) in the MCU.
But STM32CubeMX doesn't allow a number higher than 127. Not really a problem of course, just a bit confusing.
Solved! Go to Solution.
2020-11-30 05:20 AM
Hi @Community member ,
You're right, issue will be fixed.
Thanks for your feedback :)
Khouloud
2020-11-30 05:05 AM
Seems like a bug in CubeMX.
Some other families limit the asynchronous prescaler to 127, which is where the restriction comes in.
2020-11-30 05:14 AM
Those other families likely have a second Synchronous prescaler, the STM32F103 (all STM32F1xx ?) does not. So yes, it is a shortcoming in STM32CubeMX.
2020-11-30 05:20 AM
Hi @Community member ,
You're right, issue will be fixed.
Thanks for your feedback :)
Khouloud