Tool/software: TI-RTOS
Hello,
I need to copy multiple files into the sd card using network_ctrl.exe.
But only first file is getting copied.
Calling SendCommand(gNetworkCtrl_obj.command, buf, size); in the for loop. But only one file is received and copied.
Is there any way to copy multiple files at once?