cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring BOR Level on STM32G0xx

ADesi.3
Associate II

Hello,

I need to configure BOR Level to work @supply voltage of 2,5 V

I'd like to configure this feature through CubeMX.

Is it possible? How?

 

Thanks,

Alfonso

1 REPLY 1
TDK
Guru

The BOR thresholds on the STM32G0x1 series can be configured by connecting with STM32CubeProgrammer and changing the option bytes. You can also write code to change it during program start, but that's considerably more complicated, but this only works if it will boot up with the current settings.

It cannot be changed in STM32CubeMX, as that software doesn't connect to the chip or alter option bytes.

The STM32G0x0 series doesn't have a BOR feature.

If you feel a post has answered your question, please click "Accept as Solution".