Hi Dear Colleagues,
My customer got a requirement from their end customer,
WeoWang_0-1676615954982.png
Such a lib(.a file should be integrated into a specific RAM address and be protected by MPU.)
I create an MPC5775E example project, and modify the linker file like this:
WeoWang_0-1676616437918.png
WeoWang_1-1676616497384.png
Then I build the project and check the .map file, it shows that the .a file has been compiled into the expected address:
WeoWang_2-1676616640652.png
WeoWang_3-1676616697593.png
Then, I modify the region address in S32DS:
WeoWang_4-1676616799618.png
WeoWang_5-1676616854271.png
After that, I build the project again, with no errors or warnings.
Then I try to debug the project in the EVB, and the code will stack here:
WeoWang_6-1676617177156.png
It seems that the issue occurs when copying the data from rom to ram.
Then I remove all the changes that I made in the linker file, and change the test address in the mpu memory protection demo:
WeoWang_0-1676621316215.png
Set a breakpoint in the IVOR handle:
WeoWang_1-1676621454564.png
Retry to debug the demo, once I press the sw1 button on EVB, the code will stop in the IVOR handler, which shows that the mpu memory protection feature works at the region that I defined in S32DS.
Do you have any suggestions?
Best Regards
Weiyou