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

TC297TP BB TFT kit project uses a reduced set of the iLLD's that blinks an LED using a software delay on P13.0 (D107). There is a define USE_BARE_METAL that allows the user to switch between iLLD functions to configure and control the port pin. Alternatively, it allows the user to directly control the port pin by writing to the SFR's.

This is a base project that uses a reduced set of the iLLD's

This is an out-of-the box project using a reduced set of the iLLD's to initialize the GPT12 peripheral for an interrupt.