Skip to main content
Explorer
July 18, 2024
Question

Configuring BOR Level on STM32G0xx

  • July 18, 2024
  • 1 reply
  • 1298 views

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

    This topic has been closed for replies.

    1 reply

    Super User
    July 18, 2024

    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.