Hello
I assume you are attempting to debug in simulator. Am I right?
I also assume you have nothing downloaded inside of the paged EEPROM, Am I right?
If this is the case you need to tell the debugger which are the valid memory areas for that chip.
This can be adjusted as follows:
- In the debugger select HCS12X FCS > Configure.
- In the Memory Configuration dialog either change to auto on write access or change to user defined.
- If you selected user defined, add memory blocks corresponding to the HCS12XA256 MCU
- Once you have finished, click on Save and save the file as default.mem in your project directory.
This way the memory configuration file will be loaded automatically each time you start a debug session for the
project.
CrasyCat