我现在需要一个功能,要把Capsense sensor引脚配置成普通IO口输出高低电平,请问这个怎么实现

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Cazh_3976091
Level 1
Level 1
First reply posted First question asked Welcome!

芯片 CY8C84147AZI_S455, 我现在需要一个功能,要把Capsense sensor引脚配置成普通IO口输出高低电平,请问在PSOC Creator中怎么实现

0 点赞
1 解答
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

方法和链接中把uart改成GPIO的方法是一样的:https://community.cypress.com/t5/PSoC-4-MCU/Reconfigure-UART-RX-pin-to-GPIO-after-10sec/m-p/108071

更详细的寄存器信息,请参考register trm;https://www.cypress.com/file/405866/download

具体的寄存器可以看HSIOM: 0x4表示CSD_sense,你可以把对应的位改成0x0。

 

在原帖中查看解决方案

0 点赞
2 回复数
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

方法和链接中把uart改成GPIO的方法是一样的:https://community.cypress.com/t5/PSoC-4-MCU/Reconfigure-UART-RX-pin-to-GPIO-after-10sec/m-p/108071

更详细的寄存器信息,请参考register trm;https://www.cypress.com/file/405866/download

具体的寄存器可以看HSIOM: 0x4表示CSD_sense,你可以把对应的位改成0x0。

 

0 点赞
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

方法和链接中把uart改成GPIO的方法是一样的:https://community.cypress.com/t5/PSoC-4-MCU/Reconfigure-UART-RX-pin-to-GPIO-after-10sec/m-p/108071

更详细的寄存器信息,请参考register trm;https://www.cypress.com/file/405866/download

具体的寄存器可以看HSIOM: 0x4表示CSD_sense,你可以把对应的位改成0x0。

 

0 点赞