2025-07-01 11:05 PM - edited 2025-07-01 11:06 PM
I'm trying to configure BOR using STM32CubeProgrammer but I can't locate it on Option Byte. Even if I refer to RM0091 manual there's no section about BOR levels.
Solved! Go to Solution.
2025-07-02 12:48 AM
Well, the family of STM32F0 doesn't have a BOR module, but it does have POR and PDR. Essentially, this gives you the same functionality.
If that's not enough for you, you can switch to a member of the STM32G0, for example.
Regards
/Peter
2025-07-01 11:29 PM
Welcome @Liinda, to the community!
Unfortunately, the STM32F0 do not have a BOR. And if there is no BOR, you cannot activate/use BOR.
Hope that answers your question?
Regards
/Peter
2025-07-01 11:56 PM
Thank you for your response. That doesn't mean maybe it is embedded on the MCU?
What are the implications if I use this microcontroller on electronic design?
2025-07-02 12:48 AM
Well, the family of STM32F0 doesn't have a BOR module, but it does have POR and PDR. Essentially, this gives you the same functionality.
If that's not enough for you, you can switch to a member of the STM32G0, for example.
Regards
/Peter