我用i.MXRT1061, 我原想收满4个字节处理器进入中断搬移处理一次, 若总接收长度不是4的整数倍, RXWATER在一次接收过程中不能修改(46.4.1.15.2 Function
The Master FIFO control register is only used in Stop mode when the MFCR register is
static (i.e., the MFCR register is not changing).), 那么最后字节将不能达到RXWATER的设置要求(4字节) 就接收结束了. 我想用两个思路绕开这问题1), 多接收1-3字节 2)用eDMA来辅助接收. STOP问题我想在每次发送之前进行最多2.5uS的轮询 概率不大 可以接受.