embeded/Cortex-M4 Ti
tm4c FIFO 길이
구차니
2016. 10. 26. 18:10
기본값은
RX 0x02
TX 0x10
라이브러리에서 확인하면
#define UART_FIFO_TX4_8 0x00000002 // Transmit interrupt at 1/2 Full
#define UART_FIFO_RX4_8 0x00000010 // Receive interrupt at 1/2 Full
1/2이 차면 한번씩 인터럽트를 발생시키게 되어 있다.