SLAU678C March 2016 – November 2022
The project is split into multiple files (see Table 3-6). This makes it easier to navigate and reuse parts of it for other projects.
Name | Description |
---|---|
main.c | The demo's clock, GPIO, display 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 |
application/fir.c | FIR filtering functions |
application/FFT.c | Fast Fourier Transform filtering functions |
application/FFT_430.asm | MSP430 Fast Fourier Transform filtering functions in assembly |
application/benchmark.c | Performance benchmark timer and interrupt service routines |
application/fir_coefficient | FIR coefficient definitions |
Library: DSPLib | MSP430 DSP Library |
Library: grlib | MSP430 Graphics Library |
Library: driverlib | Device driver library |