Help flashing through uart and stm32 cube programmer (newbie)
Hi,
i'm a newbie to embedded programming.
Sorry in advance If this comes out a little bit confusing, it is because I'm confused and not sure precisely what to ask for.
I'm trying to flash the STM32F769I-DISCO through uart pins which connect to the board's gpio ports, and i'm a little bit lost about how to do it.
I think I'm not even connected properly.
my uart cables (one side usb other side rx,tx,ground) are connected to uart6, meaning gpio pins labeled D0 and D1 (and ground) as specified in the board's documentation.
I know that the pins are connected correctly to uart 6, as when I run my software (flashing through touchgfx designer) I can receive and send uart communication.
Only I'm not sure if those are the pins to which I should connect the uart in order to flash it to begin with :grinning_face_with_sweat:
When I try to connect via the CubeProgrammer I get:
Serial Port COM4 is successfully opened.
Port configuration: parity = even, baudrate = 115200, data-bit = 8, stop-bit=1.0, flow-control=off
Timeout error occured while waiting for acknowledgement.
Timeout error occured while waiting for acknowledgement.
Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again...
I'd really appreciate some help!
Thank you
