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.

RTOS/TDA2PXEVM: Copying multiple files into the sd card

Part Number: TDA2PXEVM

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?