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.