Hi,
I use fread() fwrite() to transfer data files from/to EVM via EMBED USB. How increase transfer rate between HOST and EVM? Transfer rate is about 4kB/s.
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.
Hi,
I use fread() fwrite() to transfer data files from/to EVM via EMBED USB. How increase transfer rate between HOST and EVM? Transfer rate is about 4kB/s.
With the embedded USB there is not much you can do to increase speed, the two options would be to either move the data files through another medium (i.e. ethernet, UART, USB, etc depending on what your EVM offers) or use a higher end emulator, in particular you will typically see much higher JTAG bandwidth with better emulators, the best being an XDS560 class emulator. This is what I would recommend for a typical C6x class of device (like OMAP-L13xx) when you need fast emulation, though not all devices will fully benefit from the XDS560.