In this code example the ASCLIN3 peripheral is configured for a baud rate of 115200 (8-N-1). Port pin P00.0 is the transmit pin and P00.1 is the receive pin. This code is just using CPU0 and is a very simplified example to show how to use the DMA to transmit byte based on a user configurable amount. There is a variable called 'test" defined in the file scheduler.c
GitHub Repositories