STM32G431 Bootloader
Hello , I'm using STM32G431RB, and I am trying to flash the MCU via UART1 using PA9 and PA10 pins but I can't make it work ..
I get an error like "Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again... "
Serial port configuration = 9600 8e1 (but it's the same thing with other baudrates)
i'm using STM32Cube Programmer , also I followed the instructions in AN2606 , the application note states that it should follow pattern 15 , as far as I can view the option bytes using the onboard ST-Link:
BOOT_LOCK(bit) = unchecked
Boot0(pin) = manually set high
nBoot1(bit) = checked
Boot0_SW(bit) = checked
The chip is mounted on a new PCB without any other connections than PA9, PA10, RCC_OSC_IN, RCC_OSC_OUT and Serial Wire for debugging.
Can someone help me?
Thanks to everyone in advance
