• OVERLAY naming conventions
    BL51 OVERLAY control examples in appnotes and support docs show the use of Keil's segment naming conventions. An example in the linker manual shows the use of names like we mortals use in our code (i...
  • Calling convention
    I have some questions. What is the calling convention? What registers are used to pass parameters? What registers are used to return a result? What registers need to be preserved during a call...
  • what's the symbol or built-in VAR of executable name?
    I can use the symbol |Image$$ER_IROM1$$RO$$Length| to write the RO Length in my Image. IMPORT |Image$$ER_IROM1$$RO$$Length| DCD |Image$$ER_IROM1$$RO$$Length| NOW, i want to use the 【name of executable...
  • MAC Station Address conventions
    An ARM7 MAC station address question: My NXP LPC2468 manual states that the station address 0 register MAC_SA0 expects the MAC address 1st octet to be loaded to bits 15:8, the 2nd octet to be loaded...
  • Filename conventions in uV2 v2.36
    This is not a bug, but it bugs me! In my M51 map file, some files are shown on the included command line as residing in ".\filename.obj" and others as just "filename.obj", even though they are all...