Hello,
I'm working on PSoC 4BLE. I created a project using emFile(SPI) component for SD card. I'm able to store data in folder & file. I want to store the data according to time. I want to store today's data in folder name as 01/20/2016, tomorrow's data in another folder name as 01/21/2016 like that.It means folder will create by daily basis & data will store in itso whenever i need previous data i can fetch the data using sd card date folder. I tried so many things there but the structure is const char type. so i'm not able to pass a variable there.I'm attaching a file here please review it & give me some suggestions.
Thanks in advance for your help.
I'm working on PSoC 4BLE. I created a project using emFile(SPI) component for SD card. I'm able to store data in folder & file. I want to store the data according to time. I want to store today's data in folder name as 01/20/2016, tomorrow's data in another folder name as 01/21/2016 like that.It means folder will create by daily basis & data will store in itso whenever i need previous data i can fetch the data using sd card date folder. I tried so many things there but the structure is const char type. so i'm not able to pass a variable there.I'm attaching a file here please review it & give me some suggestions.
Thanks in advance for your help.