add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# st-util
> 运行 GDBGNU 调试器)服务器以与 STM32 ARM Cortex 微控制器进行交互。
> 更多信息:<https://github.com/texane/stlink>。
- 在 4500 端口上运行 GDB 服务器:
`st-util -p {{4500}}`
- 连接到 GDB 服务器:
`(gdb) target extended-remote {{localhost}}:{{4500}}`
- 将固件写入设备:
`(gdb) load {{firmware.elf}}`