• 8051 linking EROR: "L6320w" reset_handler
    hi, im an 8051 noob and trying to run this example program supplied by ARM for students; AREA eval_proj, CODE ENTRY LDR r1, =0x03FF5008 ; r1 = IOPDATA address LDR r3, [r1] ; r3 = memory[IOPDATA...
  • 8051 linking EROR: "L6320w" reset_handler
    hi, im an 8051 noob and trying to run this example program supplied by ARM for students; AREA eval_proj, CODE ENTRY LDR r1, =0x03FF5008 ; r1 = IOPDATA address LDR r3, [r1] ; r3 = memory[IOPDATA...
  • why would a function call Reset_Handler PROC
    I have a simple struct. typedef struct { void (*write)(void); char (*request)(OBD_device*); } OBD_carMake; and a call to a function like so carMake->request(device); It was working fine...
  • why would a function call Reset_Handler PROC
    I have a simple struct. typedef struct { void (*write)(void); char (*request)(OBD_device*); } OBD_carMake; and a call to a function like so carMake->request(device); It was working fine...
  • Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.
    .\Objects\test.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'. I have just created a sample project and added one C file to the workspace while building the target...