Tool/software: Code Composer Studio
I am new to development of the Beagleboard-x15. I am wanting to use it for processing real time data from either the USB port or ethernet. I have an SDR but it doesn't process the data fast enough, so I wanted to offload some of the computation to the DSP on the beagleboard-x15.
I am using CCS 8 to develop code and load it on the board (with XDS100 debugger). I was able to successfully get the FFT code working, but that's it. I want to be able to read incoming data from a USB/ethernet port, perform my packet detection on the dsp, and then output the packetized data back through the same or different port.
I was wondering if someone could help point me in the direction of example code or instructions on how to read/write data to and from the USB port or the ethernet port on the beagleboard-x15?