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.

FILE I/O is taking lot of Time on TMS570LS31HDK

Hi,


When I do file I/O operations i.e. file read/write from the board, I am able to do from the Debug folder.

Is there any way that I can access through the SDCard which is present on the board?

Time taken to read/write to the Debug folder from the board is more.

Is there any better option so that I can optimize the time taken for file i/o operations?


Thanks and Regards

 Sridhar Artham

  • Sridhar Artham,

    Yes, you can use the SDCARD but can't point you to an off the shelf software solution for this.
    The instructions are there in the compiler manual to change the CIO functions. And there are some
    SDCARD examples in the bootloader. But you need to assemble these yourself.