This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'd like to see an example of SPI Flash usage with an TI-RTOS (SYS/BIOS) based application.
The above zip file contains two CCS examples of using a AT45DB SPI flash device with a EK-TM4C1294XL board. One example uses direct calls to the AT45DB module (included in the example). The AT45DB uses the TI-RTOS SPI module to communicate to the SPI flash device. The other example uses the FatFS module to access the flash. Note the AT45DBFatFs module (which sits on top of the AT45DB module) plugs into the FatFS.
Please refer to the readme.txt in each example for more details. The SPI Flash device used can be obtained here: http://www.mouser.com/ProductDetail/Adesto-Technologies/AT45DB161E-SHD-T/?qs=tNs2o57S7OmUZUhMohNW7g%3D%3D.
The examples require CCS 6.1 (or higher) and TI-RTOS for TIvaC 2.12.01.38. To use TI-RTOS for TIvaC 2.14.00.10, change the include path and lib paths from TivaWare_C_Series-2.1.0.12573c to TivaWare_C_Series-2.1.1.71b in the examples.
Todd