Other Parts Discussed in Thread: HALCOGEN, TMS570LC4357
I found this tutorial for using lwip with FreeRTOS on an RM57L (https://e2e.ti.com/support/archive/launchyourdesign/m/c2000microcontrollerprojects/666055), the "Configure R5-MPU-PMU" section says to change all the regions to the values in the tutorial. In Halcogen the first four regions are frozen, I made the change in the image below (lines 277 and 278) in vPortStoreTaskMPUSettings in os_port.c but I don't think that it is all I need to do. When I set up a static address lwip connection I can send data from my board to another computer and I can see the data with a sharktap but not if I go straight to another computer running wireshark. When I try to setup a DHCP connection I fail to connect. What else do I need to change to correctly configure the R5-MPU-PMU settings?