Hello,
I am using Tiva C series EK-TM4C123GXL , CCS 5.4 and TIVA WARE 2.1.
I want to create a file in a SD card and Log the "power" value into it every 30 seconds.
(The variable "power" is from the main function. The ISR contains the logging code.)
I haven't come across any example which just creates a file (text or xl )and logs some value .
I am using " D:\Programe Files\TI\CCS 5\Tiva Ware\TivaWare 2.1\utils\spi_flash.c" API. Am i correct in using this?
can someone please help me in this.
Thank you in advance.