Tool/software:
Hi,
I am using AM263x_CC controller with External Flash & TICLAN compiler.
As it doesn't support XIP , so whatever data flashed in External Flash will be executed in SRAM(?, please correct me)
so I want to create a dedicated Read Only Section in that SRAM area by updating existing Linker file(lnk_r5_am263_CLANG.cmd) this way:


And with these changes after compilation, the variables placed under the dedicated section in .map file with RX attributes.

Now, apart from these changes, do I need to update the MpuP_armv7r.c file too to have the R/W/RW access for that dedicated section ?
Thanks !
