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.
I have LwiP 1.4.1 running on an RM57L with FreeRTOS. I can see that the lwip calls to write data out are working and the yellow light consistently flashes on the board when my program is running. I came across this post with someone dealing with a similar issue:
https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/547007?LwIP-RM57-configuration-problem
The solution they are given is to "change to NORMAL_OIWTNOWA_NONSHARED (Write-through cache scheme)" but the page to change MPU options from my Halcogen file is frozen. How can I make this change?
4617.myHalcogenFile.zip I am including my halcogen file here to see if you can find something I am not doing
Yes I figured out how to modify the MPU settings. I can see data coming out of my board with a sharktap but not directly to another computer running wireshark. This is through a static lwip connection. I am also having trouble getting an LWIP DHCP connection working. Can you please review the Halcogen file that I uploaded.
Hello Christian,
Attached please find the working example code for freeRTOS + LWIP on TMS570LC43x. You can use this sample code as reference. Import this project to your CCS, change the device endianness and part number in project property, also change the predefined the symbol in project property.