NUCLEO-C092RC (MB2046B): UART-based bootloading
Hi,
I have an STM32C092RCT6U development board and I am trying to perform UART-based bootloading. My board has a B3 button for selecting the boot mode. I am using the Flash Loader Demonstrator to flash the application, but I keep getting the following error:
“No response from the target, the bootloader cannot be started.”
I also tried using STM32CubeProgrammer. I configured it for UART and attempted to connect, but the connection fails with the error:
“Activating device: KO. Please verify the boot mode configuration and check the serial port configuration. Reset your device and try again.”
I am using a USB-to-UART module connected to PA10 (RX) and PA9 (TX) with the lines crossed (TX→RX, RX→TX).
I also tested using inbuilt Virtual COM port, However, the device is unable to communicate and does not enter the bootloader.
Could you please help me resolve this issue?
