Hello,
I am using TI-RTOS 2.14.04.31 with NDK 2.24.03.35 and XDC 3.32.00.06. I am running a TM4C1294NCPDT processor on a custom board, that uses EK-TM4C1294XL as reference.
The issue I have is that the DHCP client times out after around 3 minutes of not getting an IP address and stays off forever. In our application the board has to be connected to the internet reliably, as the application of the product would make restarting them quite a hassle and generally unwanted.
The internet connection paramaters have been set up in the .cfg file.
Attempts to restart the client using the information I've found on this forum have been unsuccessful. Readding the DHCP service using CfgAddEntry after a call to statusReportHook creates new DHCP tasks while leaving the old one(s) in an inactive state. This quickly leads to memory problems and an eventual crash.
I have been unsuccessful in removing the old entries and readding a new one from my statusReportHook function.
What would be a good way to go about this?