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.
工具与软件:
您好!
我尝试了使用 FIFO 方法进行 UART (sci)编程、初始化 已正确完成。 在 ISR receivedchar = SCI_readCharBlockingFIFO (SCIA_BASE)中;添加了这样的内容:当我从另一端发送字符时、它会进入 ISR、但接收到的字符显示为"0"而不是某个值、有人可以指导我如何执行 Rx FIFO 方法吗
您好!
您能否尝试在 C2000ware 中运行 sci_ex2_loopback_interrupts 示例并验证您是否看到了正确的功能?
另外,你如何发送字符? 发送到另一器件或 COM 端口?
此致、
Delaney