Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Is there a way to trigger the UART RX interrupt on single bytes? From the examples I only see ways to make it work with multiple bytes.
When I disable the FIFO in sys config, instead of triggering every time a byte is received, the isr fires after 8 bytes.
This is using the UART, not the SCI.
Trying to create a command line interface, so data length is variable and could be single byte.