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.
Hi ! i starting learn arm assembly and try a basic code in uVision V.5.11.1.0:
GBLA Reset_Handler AREA Reset, CODE, READONLY ENTRY
MOV r0,#11 stop B stop
END
but in debug simulator session i have error 65: access violation at 0x000BF042 : no 'write' permission . i add "-REMAP" to Target - Debug - 'Simulator section' but this time error is: error 65: access violation at 0x0000000C : no 'read' permission (my device is MK20DX256xxx7 )
please help ! thanks . .
Do you have a vector table with at least an initial SP and PC value, or is this the entirety of your code?
Perhaps you should learn the architecture before you learn assembler.