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

Error when running debug in simulator mode for MIMXRT100-EVKB?

I have issue with simulator when debugging. Here is my error

*** error 65: access violation at 0xFFFFFFF4 : no 'write' permission

I follow this old guide https://community.arm.com/support-forums/f/keil-forum/28981/access-violation-at-0xfffffff4, but it did not work.

My target board is MIMXRT100-EVKB, so I installed DFP as follow https://www.keil.arm.com/devices/nxp-mimxrt1062dvl6b/boards/. I import hello_world example from packs installer, build, debug and run.

Thanks.

Parents
  • Thanks. I read this guide. 

    With my error "*** error 65: access violation at 0xFFFFFFF4 : no 'write' permission". I created .ini file with the content "MAP 0xFFFFFFE0, 0xFFFFFFFF Read Write  // map peripherals". This memory range cover memory address in the above error. After creating this .ini file, I built, debug and click to Run button, but the simulation runs lone time. I think that the problem is happen with simulation although the access violation error was not happen.

    I can not attach my screen.

Reply
  • Thanks. I read this guide. 

    With my error "*** error 65: access violation at 0xFFFFFFF4 : no 'write' permission". I created .ini file with the content "MAP 0xFFFFFFE0, 0xFFFFFFFF Read Write  // map peripherals". This memory range cover memory address in the above error. After creating this .ini file, I built, debug and click to Run button, but the simulation runs lone time. I think that the problem is happen with simulation although the access violation error was not happen.

    I can not attach my screen.

Children
No data