This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/F28M36P63C2: How to write on a location of memory in multi-pages memory of control subsystem?

Part Number: F28M36P63C2

Tool/software: Code Composer Studio

In master subsystem when i want to directly write on a memory location i, use pointer to that location because there is continuity in memory addresses.

but in control subsystem there is two memory pages and in each of them address is started from 0x00000000 .

What can i do?

If i use an address in a pointer, how can i define the page for that address?