PIC16F876A端口A设置

2020-02-09 11:46发布

各位好!PIC16F876A在上电的时候端口A默认模拟输入,我现在要将端口A作为IO口使用,我初始化为如下:
    ADCON0=0X00;
    TRAISA=0X00;//做输出使用
    PORTA=0X00;//输出低电平
请问为何不能正常工作,谢谢!
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
12条回答
NewNew
2020-02-10 06:35
Note: When using the SSP module in SPI Slave mode and SS enabled, the A/D converter must be set to one of
the following modes, where PCFG3:PCFG0 = 0100, 0101, 011x, 1101, 1110, 1111

我是将端口A设置成IO口,上面不是说SPI Slave mode 吗!我英语学的不好,不知是啥意思!

一周热门 更多>