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.

[OMAP3530] Ethernet Streaming using Code Composer Studio

Hi,

I am working on Code Composer Studio OMAP 3530 EVM .I am working on an encoder.Currently i write the ouput of the encoder of to a file.Now i want to stream the output data to the ethernet port of the EVM and then stream it another PC and decode and display there.

 

Can some body help me regarding this.How do i write the ouput of a program to ethernet port of EVM using CCS .Can you please share some sample code for this.

Thanks & Regards,

Manoj

  • Typically on the OMAP3 communications over the Ethernet would be handled by a high level OS such as Linux or Windows CE on the ARM, so you would pass the encoded data to the ARM to have it sent over the network. However these high level OSes typically do not work well with CCS so this is typically something you would do outside of CCS. Unfortunately I do not know of any Ethernet implementations on the DSP that would be used from within CCS on the OMAP3.