Simulator Issue in CrossWorks for ARM
I'm trying to get the ARM simulator working as described in the manual (using the factorial demo program, to keep things simple...)
I create the project as "An executable for NXP LPC1700", add the main.c and fact.c files, build them for the THUMB RAM Debug configuration, connect to the simulator, but when I try to run the code I get the following error:
Simulator memory write word 0xe0001020 failed
How do I get beyond this so I can debug my code under the simulator? (I get the same error when trying to run my own code under the simulator, but thought if I couldn't get the simple tutorial working, then either my understanding of how to use the simulator is wrong, or something else in my setup is wrong.)
Please sign in to leave a comment.
Comments
2 comments