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.

uart fifo



第一个问题:

API中 UARTFIFOConfig 函数 中说 Configures the Transmitter and Receiver FIFO Trigger Level。这个Trigger Level 是不是表示,达到了Trigger Level值会开始FIFO接收和发送吗?还是达到Trigger Level值会发生中断的FIFO?

第二个问题:

API中是不是UARTFIFOConfig 配置了这个函数就开启了FIFO的接收和发送模式?还要调用UARTFIFOEnable这个函数吗?

   因为现在遇到,接收是FIFO方式,而发送不是FIFO方式。一直不知道什么原因??

    希望得到大家的帮忙!!谢谢!