2015-11-30 03:39 AM
when tyring to download and run, I'm seeing 'No ST-LINK detected' error after I connect the STM32F401RE board to a USB port of my PC which is a different USB port from the one I have been using. When I switch back to old USB port it just works fine. Somehow the uVision seems to be 'remembering' the USB port of the PC it is using. Does anybody know how to avoid this problem? (I want to use another USB port for some reason.)
2015-11-30 06:14 AM
And does Device Manager see the ST-LINK as being present when inserted in the problem port? If Windows doesn't see it, no amount of magic in Keil will fix it.
Can't say I've had this issue, if you go into the Project Options -> Debug -> Debugger Settings, can it see it there? Or select it at the new location?2015-11-30 11:08 PM
I found there was another uVision window running the debugger. On second thought, probably that was because I was holding the debugger on another MDK-ARM sesssion. Thanks.