Hi BOB,
According to the datasheet 0x4000-0x7FFF is on chip 16k fixed Flash EEPROM for C64. this range of memory doesn't exist in C32.

If you need port a C32 project to C64. Basically we need at least:
1. replace prm file with a C64 prm file (create a new C64 project with wizard can generate a correct prm file )
2. replace header file with a C64 header file.
3. when launch hiwave debugger, change chip to C64 (debugger menu "HC12MultilinkCyclonePro", "Set derivative")
If you use banked memory model, the code can access page or non-paged memory with default access.
prm file is to define the memory allocation. User can modify prm file for own requirement
for example

in this prm file, the default code is allocated in PAGE_3A, PAGE_3B,PAGE_3C, PAGE_3D in order.
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------