I'm am trying to allocate variable in external RAM on the S12x in global addresses i.e 0x100000 or 0x400000
I specify these addresses in the the linker prm file. (There is a note in the linker file indicating addresses should be specified as logical addresses, though)
When debugging the address of the variables are missing the top 8 bits, i.e. they appear as 0x0000.
So, my question is, how do I specifiy in the linker file, or source file, such that a variable will have an address that is only avaiable via the global address space.
And does that question make sense!??