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.

simplest USB communication on C674x

Hi,

What is the simplest way of transfering some data from PC to C674x? All I need to do is to receive some data from PC and put them on SDRAM. I am trying to avoid DSP/BIOS and PSP because of the size limitation.

I've heard something like virtual serial emulation. Is it something like I can use a USB port as a RS232? How to implement the device side?

Thanks