I am working with OMAP L137 EVM and wanted to evaluate memory protection in DSP/BIOS (MPC module).
In bios 5.33.03 directory there are examples for mpc, like mpc_task project. Mpc_task example is provided only for three platforms and not for C6747.
I have tried to port it to evm6747 and managed to build it but it doesn't seem to work correctly because this example is about to show BIOS exeception when one task is trying to write to protected memory. In my "ported" mpc_task project there is no exception. Task can write to memory which should be protected.
Are there any plans to provide mpc example for more platforms?