Skip to main content
Associate III
February 9, 2024
Question

Server problems

  • February 9, 2024
  • 1 reply
  • 1622 views

 

I'm using the NUCLEO-L433RC-P board for the first time. I made a simple code for making a LED blink just to make the card output anything yet I keep getting two error messages. Precisely "Failed to execute MI command: target remote localhost:61234" and an error message in the console "Error in initializing ST-LINK device. Reason: No device found on target". How can i fix this? Do i need any additional software/drivers to run the nucleo board?

Thank you for your help in advance.

 

1 reply

STTwo-32
Technical Moderator
February 9, 2024

Hello @Mr4 and welcome to the ST Community :smiling_face_with_smiling_eyes:.

Try erasing the flash using STM32Cubeporgrammer, and make sure to activate the gdb server log in the "Debugger" tab of your debug configuration, this may helped you.

Also, ensure you are using a data USB cable and not a charging cable. Also, try to upgrade your board firmware. Using Cube programmeur.

Best Regards.

STTwo-32 

 

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.
Mr4Author
Associate III
February 9, 2024

Hi, again! I tried doing a full chip erase but then i got another error message "Connection to target must be established before performing the erase command". I find this very weird since the log clearly shows that it made contact with the chip.

Mr4_0-1707465421382.png

I fulfilled the other suggestions you suggested.

 

STTwo-32
Technical Moderator
February 9, 2024

Could you try to connect the board under different modes (hot plug, under reset, ...). 

PS: ensure that the JP5 is connected as follow: 

STTwo32_0-1707467160371.png

Best Regards.

STTwo-32

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.