SLAU678C March 2016 – November 2022
The project is organized in multiple files. This organization makes it easier to navigate and to reuse parts of it for other projects. Table 3-3 describes each file in the project
| Name | Description |
|---|---|
| main.c | The out-of-box demo main function, initializations, shared ISRs, and more |
| LiveTempMode.c | Contains functions for the live temperature streaming mode |
| FRAMLogMode.c | Contains functions for the FRAM data logging mode |
| SDCardLogMode.c | Contains function for the SD card data logging mode |
| Library: Driverlib | Device driver library |
| Library: FatFs | Generic FAT file system module for small embedded systems (FatFs) |
| HAL/HAL_SDCard.c | Hardware abstraction layer for board/device to SD card connection |
| Library: SDCardLib | Wrapper library to provide higher-level SD card APIs |