-
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
[feature] Support for GD32F130 #724
Comments
You need the reset pin, else it won't work in most situations. Clones of programmers and non-genuine are unsupported by the stlink project. So if they don't work you are on your own or buy for a few bucks real hardware. |
Ok... I'm going to retry with the reset and I will update the issue. |
I've soldered a cable on the board on the reset resistor and connected it to T_JRST
(when I deconnect RST, I have the same log as previous) EDIT: I found this EDIT 2: STLINK_CHIPID_STM32_F1_MEDIUM (410) is delared in chipid.h but not used in any if condition here EDIT 3: according to this, STLINK_FLASH_TYPE_F0 must be used, i'm trying to make a fix on my fork EDIT 4: The change I made on my fork removes coreid problem, but it's not working...
|
Thats weird, I have no clue why it doesn't work. |
Maybe somes clues here: EDIT: We can use OpenOcd's one maybe? |
I never achieved to programm it... |
Broken hardware can result in weird unexplainable errors. Thanks for reporting back it works now with good hardware! |
@Ant-ON: Can you review this in relation to the recently referenced commit? |
@Nightwalker-87 I think it most likely closes by #1044. The second problem with the flashloader launch ability is also likely to be closed by the flashloader improving (#1113, #1124). |
st-flash
Output:
Sometimes the count is a random number instead of 512
Expected/description:
I can't manage to flash a GD32F130C8 with st-flash with this StLink:
Have you got any idea of what's wrong?
The text was updated successfully, but these errors were encountered: