This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在F28027中如何设置SCI模块,让通信处于MARK或者SPACE模式,对应于哪些寄存器要设置??
MARK或者SPACE模式是什么东西?28027都是通用的串口模块
哦!就是空闲线多处理器模式与地址位多处理器模式,,我现在设置SciaRegs.SCIRXST.bit.RXWAKE=1后,RXWAKE这个位并没有变为1,设置完后加入一定的自延时,也没有变为1,这是什么原因呢?
SCIRXST寄存器只能读状态,不能写。详情查看SCI的user guide中关于这个寄存器的定义。
Eric
Thanks all. 问题解决了!