We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Please always confirm the product and version in use.
The Community-Link provided obviously is not working anymore.
Refer to:
"UVISION DEBUGGER: Error 65: Access Violation"
developer.arm.com/.../
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.
I am using Keil uvision 5 (MDK-arm version 5.39 https://www.keil.com/demo/eval/arm.htm)
My target board is NXP MIMXRT100-EVKB. Because now I do not have the board, so I want to use simulator mode in the Keil uvison.
Sorry my misunderstanding. What do you mean about "exact name of the target"?
Sorry for the misunderstanding, I am aware of the processor (MIMXRT1062DVL6B), but I can't locate any details about an MIMXRT100-EVKB.
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.