Hi,
So I have an application using LWIP on the RM48 HDK. I have my application running well when my debugger is connected. It seemingly has no issues, and it can run all day.
Problem is when I reset power the device without restarting the debugger, I start getting all kinds of problems. Initially the debug SCI port sends good characters, but I get garbage right around the PHY connection stage. The unit will lock up shortly after.
I tried running a simple "blinky" program outside of the debugger, and it seems to run fine.
I tried converting my program to hex and using UniFlash to program target, I get the same problem as before.
So then I downloaded the "HALCoGen_EMAC_Driver_with_lwIP_Demonstration.zip" from TI's site. It also runs fine with the debugger. However I get the same problem when I disconnect the debugger and reset power. This is running on the RM48 HDK with no changes to the downloaded file.
I can't figure out what I'm doing wrong. Any ideas?
Thanks in advance for your help!
Bobby