-
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
Support for STM32F103 RCT6 #715
Comments
Weird, the STM32F103RCT6 is a MCU which is widely used and should work. Not sure why your C8T6 variant board works. Are you sure the hardware is correct? SWD correctly populated? Could you also paste the verbose output of the target which works? Normaly the chipid should be one of the following for F1 targets https://github.com/texane/stlink/blob/master/include/stlink/chipid.h#L16-L18 (which is according to the datasheets). It is used to detect which MCU is connected to the programmer (software) during probe. |
I'm seeing the same issue but connecting to a proton-c, which uses the STM32F303CCT6. |
I have seen programming issues can be due to bad cabling (USB, SWD) and stlink programmers which are broken. Also firmware upgrading the programmers is also a good idea. |
Hello, I have a STM32F3 Discovery kit for STM32F303 MCU which also has this problem.
Any ideas? This is a brand new kit, I'm fairly certain there is nothing wrong due to bad cabling... |
I'm not sure but the chipid is indeed incorrect, the coreid seems to read also 0x00000000. https://github.com/texane/stlink/blob/master/include/stlink/chipid.h#L13. |
I just had the same thing with a blue pill - my cheap stlink clone appears to have the markings for SWDIO and SWCLK swapped. After swapping the lines over it flashed fine. |
Thanks a lot doobedoobedo ! I just bumped into the same issue, lines are swapped. |
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.A as-detailed description possible of the problem with debug output when available.
Output:
I'm trying to flash an STM32F103 RCT6 from a Hoverboard's mainboard, but when I use the command st-util I get the following:
st-util 1.4.0-39-g6db0fc2
2018-06-18T13:04:46 INFO common.c: Loading device parameters....
2018-06-18T13:04:46 WARN common.c: unknown chip id! 0x5fa0004
I also tried with the MCU STM32F103 C8T6 and it works fine (I was able to flash the MCU and debug a simple code).
I'm a newbie, please bear with me if I missing some important data. Thanks.
Thank you,
The text was updated successfully, but these errors were encountered: