You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set the nboot0 option byte to 0, in an effort to ignore the PB8-boot0 pin's value. Specifically, I'd like to use the boot0 GPIO pin for different purpose but by program will not boot due to that pin being pulled high. Using STM32Cube, I'm able to override the boot0 GPIO input by using the nboot0 option byte instead. Is there a way to accomplish this with the platformio.ini file or elsewhere?
I'm using this board: genericSTM32G431CB and am only looking to upload firmware via SWD and am not worried about USB uploads.
Thanks in advance for any advice!
The text was updated successfully, but these errors were encountered:
As soon as I posted this, it finally clicked for me. I just need to set the nboot option ONCE with the STMCubeProgrammer, and then it should stay that way unless I explicitly change it down the road... Kind of like burning the bootloader on an ATMEGA328p to configure the clock settings, for example.
I am trying to set the nboot0 option byte to 0, in an effort to ignore the PB8-boot0 pin's value. Specifically, I'd like to use the boot0 GPIO pin for different purpose but by program will not boot due to that pin being pulled high. Using STM32Cube, I'm able to override the boot0 GPIO input by using the nboot0 option byte instead. Is there a way to accomplish this with the platformio.ini file or elsewhere?
I'm using this board: genericSTM32G431CB and am only looking to upload firmware via SWD and am not worried about USB uploads.
Thanks in advance for any advice!
The text was updated successfully, but these errors were encountered: