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?