Tool/software:
This question is related to a prior thread for a different MCU:
Basically, I want to receive unstructured data, trigger a Read Transfer Interrupt (to call UartRxHandler()) every N bytes. If a new frame is received that is less than N bytes, I need to trigger the UartRxHandler() to read the 'partial frame'. Presumably, the partial frame event would be triggered by an 'idle time' after the last byte was received.
How can this be done on AM263PX?