-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
STM32F303K8 detected as F334 device #685
Comments
The output is based on this: https://github.com/texane/stlink/blob/master/include/stlink/chipid.h#L55 Probably the chipid 0x438 is F3xx series and the string should be different. As done by the pystlink project https://github.com/pavelrevak/pystlink/blob/master/lib/stm32devices.py#L360-L373 |
Interesting, thanks - I think I also have a Nucleo board with an F303K chip, I'll double-check that and/or look for reference documents to see if a new ID might make sense. |
Sorry to leave this open for so long; I looked it up in RM0316, the ID is for F303x6, F303x8, F334, and F328 devices. So I'm not sure what to call that or if it's even worth updating, but: (Or just close the issue, I guess) |
PR #758 is merged, so probably you can close this issue now? |
@WRansohoff nice to know is when you use special text in commit messages it automaticly is added to the issue e.g (see issue #685). See https://help.github.com/articles/closing-issues-using-keywords/ |
Oh, good to know - thanks |
A as-detailed description possible of the problem with debug output when available.
Output:
Expected/description:
The chips are STM32F303K8T6s, not F334s. I first noticed this with some chips that I ordered from Taobao and figured I'd just gotten some rejects from a mislabeled batch or something, but this also happens with chips from Digikey.
I don't think this causes any serious issues, but it's a little odd.
The text was updated successfully, but these errors were encountered: