This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

simulator xe167 *** error 65: access violation

hello together,
I use as a newbie XE167 + Dave 2.2 r1 + µV4 . I just want to use the simulator for hands-on training on infineon-HOT_XE164_ASC homepage. When I debug, error is:
*** error 65: access violation: addr = 0x0000F600
I google the error, but no success.
could someone help me?
Thanks in advance

sorry for my english!

  • Hi,

    I had the same problem but with different address 0x000A00. The simulator tried to execute the code from the RAM. You need to load a ini-File in the Debug Option (in Target Option)

    Write these lines in your ini-File:
    MAP 0x00A000, 0x00DFFF EXEC READ WRITE
    MAP 0x00F600, 0x00FDFF EXEC READ WRITE

    Define as well for your external RAM, if necessary!