2025-04-09 7:12 AM
I am using a Nuclro-303RE to develop a USB Virtual Com port, and I am running into an issue that I cannot seem to resolve. Just to verify things, I did put some really simple code in the flash the green indicator on the Nucleo board.
Solved! Go to Solution.
2025-04-11 5:42 AM
Hello @FBL
I found the problem. I happened to press the reset button on the Nucleo, and after that it started up. I did some looking around, and found a post of yours here.
For the Nucleo-F303, I had to remove SB12, which connects NRST to the ST-Link and the target processor. After removing it, the simple application I was using to test it out started and was able to visually confirm the LED started blinking.
Thanks for the help!
2025-04-10 1:45 AM
Hello @Bryon08
If I understand correctly, USB Virtual COM port application is not running when powered externally, but works fine when connected to the ST-Link USB?
Ensure that the external 5V power supply is stable and capable of providing sufficient current. The Nucleo board should be able to run with an external power supply if the jumper settings, solder bridges are correct.
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.
2025-04-10 8:19 AM
Hello @FBL
Thanks for the response. Yes, that is correct, it will start up only when the USB is connected to the ST-LINK.
I am using the 5V input, and have the jumpers set accordingly:
The 3.3V regulator started as well.
Other than X2 and the supporting components, the board is unchanged from when it was received.
2025-04-10 9:09 AM
Hi @Bryon08
It may be necessary to provide additional power to the board, ideally using the Arduino connector on the bottom of the board. Would you attach your project to reproduce on my end?
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.
2025-04-10 9:20 AM
Attached is the project. Just as a sanity check, I connected +5V to vin here with the application generated from the project.
Plugging in the ST-Link it will run.
2025-04-11 5:42 AM
Hello @FBL
I found the problem. I happened to press the reset button on the Nucleo, and after that it started up. I did some looking around, and found a post of yours here.
For the Nucleo-F303, I had to remove SB12, which connects NRST to the ST-Link and the target processor. After removing it, the simple application I was using to test it out started and was able to visually confirm the LED started blinking.
Thanks for the help!