请问STM32F030的SWD口如何做普通IO

2019-07-14 15:38发布

STM32F030的SWD口如何做普通IO,不够用差一个,不知如何设置,发现和F1系列不同。一直没找到方法。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
11条回答
sdfsgsd
1楼-- · 2019-07-15 11:34
Once the SW I/O is released by the user software, the GPIO controller takes control of these
pins. The reset states of the GPIO control registers put the I/Os in the equivalent states:
• SWDIO: input pull-up
• SWCLK: input pull-down
Having embedded pull-up and pull-down resistors removes the need to add external
resistors.

F0参考手册,如2楼所说,你需要释放掉SWD功能
huazhe
2楼-- · 2019-07-15 16:27
SWD脚复位后默认是调试脚,

把它做普通IO配置就好了。具体就是将GPIOX_MODER寄存器相关位做配置就好,比STM32F1配置更为简洁。
csw_ying
3楼-- · 2019-07-15 21:03
SWD在CUBE里设置很简单的,但是你下次下载程序就只能用串口。
csw_ying
4楼-- · 2019-07-15 23:43
用cube来设置很简单
lee_st
5楼-- · 2019-07-16 00:19
 精彩回答 2  元偷偷看……

一周热门 更多>