cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to download the binary into my NUCLEO-H503RB? Otherwise Need to by ST-LINK?

LukeJang522
Associate III

Hi All, 

I just got NUCLEO-H503RB for I3C. And tried to download the image that I built. (just followed the link's instruction)

https://wiki.st.com/stm32mcu/wiki/Getting_started_with_I3C

 

and I just realized it needs ST-link to run and debug my codes. But I thought ST-Link was on board when I checked below link

https://www.st.com/en/evaluation-tools/nucleo-h503rb.html

even i connected board and click debug or run button, it can't find ST-LINK. it said "No ST-LINK detected".

Do I have to buy ST-LINK? Or do I miss something?

and I'd like to just download what I build first and check the behavior next. is that possible? 

Otherwise, do I have to buy ST-LINK anyway to debug my code?

 

Thanks,

Luke.

1 ACCEPTED SOLUTION

Accepted Solutions

Does it appear in your Device Manager:

AndrewNeil_0-1710961009407.png

 

Have you tried different physical USB ports?

Are you using a Hub? If so, what happens if you go straight to the computer instead?

Are you sure the cable is good? Have you tried different USB cables?

 

#VCPDeviceManager

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

7 REPLIES 7

@LukeJang522 wrote:

I thought ST-Link was on board 


Yes, it is:

AndrewNeil_0-1710958437523.png

Note that there are two USB connectors - are you sure you're using the correct one?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Hi andrew Neil, 

Thank you for your reply. 

Yes, I've connected the cable to USB STLK which is on the TOP. also I can see the lights from the LD7, LD1, LD2, LD3.

Is there a any drivers that I need to install first?

 

Thanks,

Luke. 

What host operating system are you using?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Windows 11 pro. 

i've installed below driver but it didn't work.

https://www.st.com/en/development-tools/stsw-link009.html

 

thanks,

Luke. 

Does it appear in your Device Manager:

AndrewNeil_0-1710961009407.png

 

Have you tried different physical USB ports?

Are you using a Hub? If so, what happens if you go straight to the computer instead?

Are you sure the cable is good? Have you tried different USB cables?

 

#VCPDeviceManager

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Recent thread on weird "ST-Link not appearing" scenario:

https://community.st.com/t5/stm32cubeide-mcus/no-st-link-detected-problem-when-hp-thunderbolt-3-dock-station/m-p/646434

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Thank you very much for your help. 

I finally did it. Somehow one of my USB ports can't recognize this board. but there is no problem with other devices.

Anyway I really appreciate your help. 

 

Thanks.