Recently upgraded to CCS 9.03 and imported my project, but the DHCP client won't work. I know the hardware is good from a previous build that was working. I've made other changes to my project, but not sure when the DHCP stopped working. It was running out of heap, so I increased the default heap size and bumped my task stack sizes up to 2048. Don't see anything overflowing in ROV.
The DHCP client thread seems to start fine, but eventually exits with no callback to the IP address hook function. I added the status hook and it gives the following:
00 llExit: Illegal call to llExit()
Service Status: DHCPC : Enabled : : 000
netStatusReportHook() item=5, status=4
Service Status: DHCPC : Enabled : Running : 000
netStatusReportHook() item=5, status=4
Service Status: DHCPC : Disabled : : 000
netStatusReportHook() item=5, status=0
Any ideas where to look?
Regards,