Hi
I am writing a TCP server application for C66x, using CCS5.3 and NDK v.2.22.0.06. I have based the application on TI's NDK helloWorld example and have some questions regarding it.
Firstly, the NDK User's Guide seems to prefer using XGCONF to configure the NDK. The helloWorld example seems to use the older method of configuring NDK in C code. Is an NDK example available that uses XGCONF and that would be suitable for using as the basis of a TCP server?
Secondly, my app is working fine for small messages. It simply receives a message and echoes it back to the client. For small (1000 byte) messages this works fine - it works reliably for many messages. But for 2000 byte messages the code hangs after receiving 16 messages (i.e. 32k octets total). This implies a buffer size problem. Please can anyone suggest which buffer parameter may need adjusting?
Lastly, the user guide infers that the NDK sends debug messages to a log. Perhaps those messages would help me diagnose my problem. How would I access the log?
BR
David