cancel
Showing results for 
Search instead for 
Did you mean: 

Not Getting Serial Connection - Red LED Blinking

priteshtwr
Associate

priteshtwr_0-1727259529812.jpeg

Hi All,

I am trying starting my uboot from micro sd card for my device(STM32MP1157D-DK1 .But I am not getting any serial device connection on my host PC and keep on seeing this Red Led Blinking.

2 REPLIES 2
Karl Yamashita
Lead III

I have the STM32MP157C-DK2 and the red LED blinks when the USB is connected near the SD card so that's probably normal. Try another USB-C cable.

Tips and Tricks with TimerCallback https://www.youtube.com/@eebykarl
If you find my solution useful, please click the Accept as Solution so others see the solution.
PatrickF
ST Employee

Hi @priteshtwr 

unless you setup something different in your uBoot, the serial console (UART4: TX pin PG11, RX pin PB2)  is available on STLINK micro USB connector.

  • CN6 (USB Type-C): supply (no data).
  • CN7 (USB Type-C): USB Dual-role data (set as EthernetOverUSB under Linux in our Starter Package). Used also as DFU during Flashload with CubeProgrammer.
  • CN11 (USB MicroB); embedded STLink-V2. Used for debugging purpose (SWD) and UART4 console (USB VCP).
  • LD4 (bicolor LED) is the STLINK status, stop blinking when STLINK is connected to a PC.
  • LD6 (blue LED) light when uBoot is started and later will blink with Linux heartbeat.

Hope this help.

Regards.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.