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.

using LWIP with SYS/BIOS

hello,

i'm using lwip lib to connect AM437x IDK to AM437x EVM over udp connection and i did it without SYS/BIOS, when i need to integrate SYS/BIOS i get some issue like "i can't use MMUConfigAndEnable(); function" and i forced to use SDKMMUInit(applMmuEntries); function so i can't make this connection again !! 


any suggest to solve this issue for using MMUConfigAndEnable(); or for building correct applMmuEntries[] to enable Ethernet connection ?