2024-07-18 02:39 AM
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
2024-07-18 06:14 AM
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.