 | Discussion Forum |  |
|
|
error 65Next Thread | Thread List | Previous Thread Start a Thread | Settings | Details | Message |
|---|
Read-Only Author Frank Zeeman Posted 22-May-2007 06:30 GMT Toolset C166 |  error 65 Frank Zeeman when i debug my program i get *** error 65: access violation: addr=0x00000000 help please | | Read-Only Author Frank Zeeman Posted 22-May-2007 06:32 GMT Toolset C166 |  RE: error 65 Frank Zeeman my memory map shows 001: 0x00000000 - 0x00000003 exec read | | Read-Only Author Frank Zeeman Posted 22-May-2007 06:43 GMT Toolset C166 |  RE: error 65 Frank Zeeman in the m61 file START STOP LENGTH TYPE RTYP ALIGN TGR GRP COMB CLASS SECTION NAME ===================================================================================== 000000H 000003H 000004H --- --- --- --- --- --- * INTVECTOR TABLE * | | Read-Only Author Reinhard Keil Posted 22-May-2007 07:18 GMT Toolset C166 |  RE: error 65 Reinhard Keil You need to map the memory using the MAP command. See: http://www.keil.com/support/docs/814.htm | | Read-Only Author Frank Zeeman Posted 22-May-2007 07:30 GMT Toolset C166 |  RE: error 65 Frank Zeeman so i should create a .ini file and write there something like MAP 0x00000000, 0x00000003 READ EXEC well i still get the same error | | Read-Only Author Frank Zeeman Posted 22-May-2007 07:43 GMT Toolset C166 |  RE: error 65 Frank Zeeman 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? | | Read-Only Author Reinhard Keil Posted 22-May-2007 12:35 GMT Toolset C166 |  RE: error 65 Reinhard Keil what tool version are you using? What device are you simulating? | | Read-Only Author Frank Zeeman Posted 22-May-2007 22:17 GMT Toolset C166 |  RE: error 65 Frank Zeeman it is a kitcon 161 uvision 3 | |
Next Thread | Thread List | Previous Thread Start a Thread | Settings |
|