STM32MP157C-DK2 Uart Boot
Is it possible to boot over UART on the STM32MP157C-DK2?
I set the BOOT pins as following:
BOOT0 - OFF
BOOT1 - OFF
I am using the FT232 UART-USB Adapter and have connected the following pins:
- UART GND - CN16 GND
- UART VCC - CN16 3.3V
- UART TX - CN14 ARD_D1
- UART RX - CN14 ARD_D0
Here is the CubeProgrammer command and its output:
´´´
$ STM32_Programmer_CLI -c port=/dev/ttyUSB0
-------------------------------------------------------------------
STM32CubeProgrammer v2.5.0
-------------------------------------------------------------------
Serial Port /dev/ttyUSB0 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...
´´´
Am I doing something wrong?
Regards,
Aleksandar
