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.
when i debug my program i get *** error 65: access violation: addr=0x00000000
help please
in the m61 file
START STOP LENGTH TYPE RTYP ALIGN TGR GRP COMB CLASS SECTION NAME ===================================================================================== 000000H 000003H 000004H --- --- --- --- --- --- * INTVECTOR TABLE *
You need to map the memory using the MAP command. See: http://www.keil.com/support/docs/814.htm
so i should create a .ini file and write there something like MAP 0x00000000, 0x00000003 READ EXEC
well i still get the same error
i wrote MAP MAP 0x00000000, 0x00000003 READ WRITE sorry
but now i get *** error 65: access violation: addr=0x00000400 the instruction that generated that is 201: return strlen(line); 0000371E D4900200 MOV R9,[R0+#0x0002]
now at that location m61 START STOP LENGTH TYPE RTYP ALIGN TGR GRP COMB CLASS SECTION NAME =====================================================================================
0000B0H 0009E5H 000936H CODE REL WORD --- --- PUBL FCODE ?PR?SIM
i am missing something?
what tool version are you using? What device are you simulating?
it is a kitcon 161 uvision 3