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.
It is not MIMXRT100-EVKB. It is MIMXRT1060-EVKB.
Here is BSP Arm Keil | NXP MIMXRT1060-EVKB_BSP
Here are DFP Arm Keil | NXP MIMXRT1061_DFP Arm Keil | NXP MIMXRT1062_DFP
I installed 3 above items, then I import hello world example. I also include .ini file with tre content "map 0xFFFFFFE0,0xFFFFFFFF read write" adn run with simulator mode.
Please check it for me. Thank you so much.