Other Parts Discussed in Thread: SYSBIOS
I am using AM3352 TI-RTOS (SYS / BIOS 6.76.3.01). I want to perform asynchronous 115200bps full-duplex communication with UART3. Currently, 10-byte packets can be received every 4 ms. In addition to that, I am trying to additionally send a command of 5 to 8 bytes and receive a response of about 6 to 21 bytes. Q1. Is the UART driver receiving by interrupt? Q2. Is full double communication possible? For now, it sometimes looks like it's not being received.