Vinesh,
Thank you for the pointers.
Please let me ask a basic question about the MMU settings in SYS/BIOS based application.
Is it required to enable MMU for any applications?
It seems the ISDK sample codes like "enetLwip_sysbios" are enabling the MMU.
But little confusion about the place where it is enabled.
According to many other posts(like here), when using SYS/BIOS the MMU settings are done
through the configuration file "app.cfg",
but in case of TI's ISDK sample code the .cfg file disables MMU with "Mmu.enableMMU = false;".
And there is a MMU configuration function("MMUInit(applMmuEntries);") in the Main.c file.
I would like to know which is the better way to do the MMU configuration in case of using SYS/BIOS.
Regards.
Prad