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.
您好!
我想使用28035 SCI 与两个器件(微控制器-两个28035)进行通信。
请帮帮我。
紧急...
是的、我仅像这样连接、如何进行测试。
请帮助。
我正在调试窗口中检查 msg、它不会更新。
实际上、我想在我的代码中使用以下代码行在两个28035之间来回传输数据。
SciaRegs.SCICCR.bit.ADDRIDLE_MODE = 1; SciaRegs.SCICTL1.bit.Sleep = 1; SciaRegs.SCICTL1.bit.TXWAKE = 1; SciaRegs.SCIRXST.bit.RXWAKE = 1;
请提供任何示例代码或现有模型。