我无法在trueStudio上调试我的stm32蓝账单电路板并获得这个控制台错误日志,所以不能帮助解决这个错误吗?
STMicroelectronics ST-LINK GDB server. Version 5.1.0
Copyright (c) 2018, STMicroelectronics. All rights reserved.
Starting a server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
Waiting for debugger connection...
Debugger connected
Debugger connection lost.
Shutting down...发布于 2020-10-04 05:00:20
这里的问题是调试器外设管脚和应用程序管脚之间的共享资源在加载时禁用外设,因此我们需要重置所有内存映射并重置整个寄存器,然后释放调试并使用调试外设管脚解决应用程序问题
https://stackoverflow.com/questions/54008733
复制相似问题