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.

Using C6678 NDK to communicate

Other Parts Discussed in Thread: TMS320C6678, CCSTUDIO

Hello.

I have just started working with TMS320C6678. I want to read data over a network using NDK for C6678. So the idea is, an external application (ideally, running on a different system) creates some data samples. These samples are supposed to be read by the SYS/BIOS executalbe running on the CCStudio simulator (NOT on the target). I want these two different applications to communicate in just one direction (i.e from external app. to SYS/BIOS executalbe). I know i have to use NDK for this, but i cant seem to get a step forward. I will be deeply grateful is somebody can give me pointers to getting started.