-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unknown chip id #381
Comments
I’ve been building my own startup code (in Ada!) for stm32f429i-disco and got into exactly this situation. I fixed it by connecting up my J-Link Edu (as described in an application note here) and loading a good image; after that st-util works OK. When I say “OK”, until I upgraded to the latest stlink I had to unplug the board/plug it in again before st-util would connect; now it has 3 goes,
The COM LED is initially red, and there’s a couple of seconds pause before the first error message. [later] This latter problem looks like #331; I’m on OS X 10.11.3. |
Please test with latest stlink (master) and newest stlink firmware. Reopen when issue still remains. |
This should be verified with the |
The |
The original issuer likely used the stable version of the tools which was v1.1.0 by that time. |
There are issues for this already but with less detail
I have a standalone green ST-Link V2 usb dongle.
I used the st-linkv2 for a while, debugging an stm32f030 and everything worked.
After I had to kill gdb today,
st-util
stopped working.When I called
st-util
I got the following error messageIndependent of connecting the stm32f0 or not, restarting, etc. I allways got the same message.
I used ST-LINK/V2 firmware upgrade (STSW-LINK005) to update the ST-Link V2 to the newest firmware (V2J24S4)
The message changed, I now get the following message:
It does not depend on the connected device, I can connect one, disconnect one, ... the message does not change.
I have Just pulled the newest stlink github version. No changes.
With verbosity I get the following output.
st-info --chipid
does not print anything, return code is 255 but my dongle blinks for about a second.The text was updated successfully, but these errors were encountered: