2024-03-20 11:01 AM - edited 2024-03-20 11:02 AM
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.
Solved! Go to Solution.
2024-03-20 11:58 AM - edited 2024-04-24 01:03 AM
Does it appear in your Device Manager:
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
2024-03-20 11:14 AM
@LukeJang522 wrote:I thought ST-Link was on board
Yes, it is:
Note that there are two USB connectors - are you sure you're using the correct one?
2024-03-20 11:19 AM
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.
2024-03-20 11:35 AM
What host operating system are you using?
2024-03-20 11:38 AM - edited 2024-03-20 11:46 AM
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.
2024-03-20 11:58 AM - edited 2024-04-24 01:03 AM
Does it appear in your Device Manager:
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
2024-03-20 01:22 PM
Recent thread on weird "ST-Link not appearing" scenario:
2024-03-20 03:47 PM
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.