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 ?