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.

RTOS/TM4C1294NCPDT: Structure definition for ti.ndk.config

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hi,

I am new to TI NDK usage. currently i am experimenting tcpecho project in TI RTOS. Here NDK structure parameters(ti.ndk.config) are assigned using XDC GUI tool. 

i want to know where these structures defined and how these parameters will be changed? is there any API used for same without using GUI tool?

I want to port third party Modbus tcp slave stack into ti rtos. for this here are my requirements. 

1. I want to initialize ti.ndk.config structure and passed this structure pointer to channel init function without GUI tool.

2. In channel init function, i have to initialize the channel and The Channel Callback function should be called if the channel receives any kind of open or close notification from the operating system.

Please share any sample project or reference for the same.

Regards

Bala