Other Parts Discussed in Thread: TDA2
Tool/software: TI-RTOS
hello,
I need to create a folder in the SD card and copy the files into the folder.
I am able to create the folder but not able to copy the files into it.
And also if the folder is already present,it gives assertion fail.
Assertion @ Line: 195 in /source/vision/platform/ti/tda2/apps/src/rtos/modules/network_ctrl/network_ctrl_handle_mmc_wr.c: 0 == status : failed !!!
1. how to create a folder into the sd card?
2. how to change the directory to copy the files into the folder created?
Below is my code: