Replies: 1 comment 2 replies
-
I have repositioned the problem. The issue lies in the usage of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was burning stm32f103c8t6, and after burning once, I found that there is no SWD configured, and the OPENOCD cannot be connected under normal operation. Only when the OPENOCD is connected at the moment of reset, can the burning be performed.

I found a way to use CONFIG_GPIO_STM32_SWJ_DISABLE, but I can't use it after configuring
Next I checked the docs and found this
Here I found that there is no relevant description information in the device tree "st, stm32-gpio.yaml" file, and I have no choice
Hoping to provide me with a way to configure swd in the device tree
The environment I use is:
Board: stm32f103c8t6
Board file: stm32f103_mini
Burning tool: OPENOCD+DAP
Beta Was this translation helpful? Give feedback.
All reactions