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的深度为一个字节就好了。
我将FIFO的深度配置为一个字节后,发现发送一个字符还是不能进入中断处理程序,如我用UARTCharPutNonBlocking函数发送0x37
我发现FIFO的深度最低只能配置为2字节,芯片是tm4c1230d5pm,能不能通过什么办法设置为1字节
我已经解决问提,谢谢
你是如何配置的呢?可以分享下经验吗?
只要关掉fifo就行了
我有空试试,谢谢你的分享了。