Skip to content
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 0x10006463 #785

Closed
6 tasks done
CharlieA0 opened this issue Mar 25, 2019 · 1 comment · Fixed by #549
Closed
6 tasks done

Unknown chip id 0x10006463 #785

CharlieA0 opened this issue Mar 25, 2019 · 1 comment · Fixed by #549

Comments

@CharlieA0
Copy link

CharlieA0 commented Mar 25, 2019

NOTICE: The issue may be closed without notice when not enough information is provided!

Thank you for giving feedback to the stlink project. Take some time to fill out
check boxes with a X in the following items so developers and other people can try to
to find out what is going on. And add/remove what is appropriate to your problem.

When submitting a feature request, try to reuse the list and add/remove what is appropriate.
Place a X between the brackets [X] to mark the list item.

  • Programmer/board type: Stlink/v2-onboard
  • Programmer firmware version: V2J28M18
  • Operating system: Ubuntu 18.04
  • Stlink tools version and/or git commit hash: v1.3.0
  • Stlink commandline tool name: st-flash and st-flash
  • Target chip (and optional board): e.g STM32F413ZHT (32F413HDISCOVERY)

I'm trying to flash a STM32F4 Discovery but I've suddenly started getting the following when running st-flash write main.bin 0x8000000

Output:

2019-03-24T20:10:32 INFO /opt/stlink-1.3.0/src/common.c: Loading device parameters ...
2019-03-24T20:10:32 WARN /opt/stlink-1.3.0/src/common.c: unknown chip id! 0x10006463

Expected/description:

It wasn't the confirmation of a successful flash that I expected. I also tested with another board of the same type and got the same result. I then tried flashing with openocd and got an error "Cannot identify target as STM32 family" with the same incorrect device id on both boards. I was finally successful flashing with the ST-Link Utility on Windows 10.

I would appreciate any advice. Thank you.

@xor-gate xor-gate added this to the Unplanned (Contributions Welcome) milestone Apr 3, 2019
@xor-gate
Copy link
Member

xor-gate commented Apr 3, 2019

It should work https://github.com/texane/stlink/blob/master/include/stlink/chipid.h#L72, but for some unknown reason it doesn't. I think because you have an old v1.3.0 version.

@Nightwalker-87 Nightwalker-87 modified the milestones: Unplanned (Contributions Welcome), Next Feb 19, 2020
@Nightwalker-87 Nightwalker-87 self-assigned this Feb 21, 2020
@Nightwalker-87 Nightwalker-87 modified the milestones: General, v1.6.1 Feb 21, 2020
@Nightwalker-87 Nightwalker-87 modified the milestones: v1.6.1, Feedback required Mar 20, 2020
@Nightwalker-87 Nightwalker-87 modified the milestones: Feedback required, v1.3.1 Mar 31, 2020
@Nightwalker-87 Nightwalker-87 removed their assignment Mar 31, 2020
@stlink-org stlink-org deleted a comment from iceseyes Mar 31, 2020
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants