Hello
The message just tells you that you are trying to access a memory area, which is not configured as a valid memory area in the simulator.
In order to be able to debug:
- Start the simulator
- Select "Simulator" -> "Configure"
- You can define your simulator memory map in the Memory Configuration dialog.
- If you do not want the simulator to track access to invalid area, just change the
Mode to "Auto on Access"
- If you want to simulator to track invalid memory access change mode to "User Defined"
and define your memory map.
- Once you are finished, click on Save button and save the data to a file called default.mem
located in your project directory.
Next time you start the simulator from that current directory, the settings will be activated again.
I hope this helps.
CrasyCat