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.
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.