• Errors when assembling C51 enerated .src flle
    I have just revisited some old code which was compiled with the C51 C compiler - the code compiles ok (flow is C51->BL51->OH51). I now need to add some inline assembler. To check that the new flow (C51...
  • Including a .SRC file to assembly
    Hello, I am trying to compile an assembly file and am not sure if I am using the REG932.SRC file correctly. I created the 932.SRC from REG932.H and then inserted the line $include (REG932.SRC) in my ...
  • ARM compiler upgrade from V5.06 to V6.10 failed
    I try to upgrade ARM complier for V5.06 to V 6.10 in Keil MDK V5.26. The projects I am mainly working for is with device STM32F407VGT6, the code like this: typedef void (*const ISR)(void); __attribute__...
  • c51 - control directives problem (SRC, CODE, etc)
    Hi guys, I have been reading the pdf files that come with uVision2. The one that I was reading is the users Manual for c51 compiler. It says that you cannot create .SRC file and .OBJ in one compilation...
  • Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...