• 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...
  • Reset_Handler at 0x26C
    In startup.s file When hovering the mouse over Reset_Handler I see 0x26C. Where this number came from? The MCU is Cortex m4. Thanks
  • bad eroR
    LO ppl, i M aftR info bout keil compilers, cuz I git an eroR 72 wen I hit d butN. wot cn b wrng w d stuff?
  • l6218e eror
    i'm compiling the program below in keil uvision 5 and the eror".\Objects\program.axf: Error: L6218E: Undefined symbol main (referred from __rtentry2.o). Not enough information to list image symbols."...
  • 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...