SLAU678C March 2016 – November 2022
The project is split into multiple files (see Table 3-5). This makes it easier to navigate and reuse parts of it for other projects.
| Name | Description |
|---|---|
| main.c | The demo's clock, GPIO, DAC and interrupt configurations. |
| application/application.c | Main application loop and interrupt service routines |
| application/audio_collect.c | Setup, start, stop and shutdown audio collect functions |
| application/audio_playback.c | Setup, start and stop playback functions and interrupt service routines |
| application/dac8311.c | Operating modes/functions of the onboard SPI DAC |
| application/global.h | Global variables definitions |
| Library: driverlib | Device driver library |