Hi Guys,
I have a RTSC project and I want to use the memory protection modules of the C6678 to protect my program code from an unwanted access.
To achieve that, I am looking for a way to read the CPU memory map, which is defined in the target platform (e.g. ti.platform.evm6678), inside of my C/C++ Code.
I want to be able to know the memory map setup in my C/C++ Code so that I can configure the memory Protection module according to this mapping. But I don't want to manually create 2 seperate memory maps (one for linker, one for C/C++ Code) since this could easily lead to inconsistency.
Is there any way for a C/C++ Access to variables in the .cfg File? Or do you have any other ideas how I could achieve this?
Regards, Fabian