Hey Ashish, The NDKACD_stackThread() function in eip_ndk.c file was copied directly from C:\ti\am335x_ sysbios _ind_sdk_1.1.0.5\sdk\examples\ethernetip_adapter example. The only modifications that were made were to eip_main.c and eip_ndk.c for the DHCP/Static IP address setting and the NDK heartbeat timer clock create call (our sys/bios system is running a 5msec heartbeat). We originally had been using methods from the same example but in sdk 1.1.0.4, but were told for link state changes to work correctly we should use the 1.1.0.5. So we still configure NDK settings (task priorities, number of buffers, etc..) via Code Composer but use the files from sdk 1.1.0.5 for setup of IP addresses. I'll try to rebuild the NDK this morning to see if the task priorities will work correctly. Thanks, John C.
↧