Hi
We are using a keystone multicore device.
Is there a way to place a group of functions (.text section) in some other section like #pragma CODE_SECTION does using .cfg file?
i know this can be done using linker.cmd file but can this be done using .cfg file?
Actually I want to place the code at some fixed address say 0x92000000 and the make the section write protected.
Tarun