-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
- Programmer/board type: Stlink/v2
- Programmer firmware version: Unknown; generic ST-Link clone.
- Operating system: Ubuntu 16.04
- Stlink tools version and/or git commit hash: v1.5.0 release
- Stlink commandline tool name: st-util
- Target chip (and optional board): STM32F303K8
A as-detailed description possible of the problem with debug output when available.
Output:
st-util 1.5.0
2018-03-16T22:54:36 INFO usb.c: -- exit_dfu_mode
2018-03-16T22:54:36 INFO common.c: Loading device parameters....
2018-03-16T22:54:36 INFO common.c: Device connected is: F334 device, id 0x10016438
2018-03-16T22:54:36 INFO common.c: SRAM size: 0x3000 bytes (12 KiB), Flash: 0x10000 bytes (64 KiB) in pages of 2048 bytes
2018-03-16T22:54:36 INFO gdb-server.c: Chip ID is 00000438, Core ID is 2ba01477.
2018-03-16T22:54:36 INFO gdb-server.c: Listening at *:4242...
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.
Reactions are currently unavailable