• 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...
  • 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...
  • 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...
  • What's the naming convention of C Compiler generated symbol ?
    After compiling, CARM will automatically generate some new symbol(segment, module) or change the variable/function name, such as ?CON?Hello, ?C_CLRSEG, ?PR?main?Hello, ?C?INIT, ?PR?strlen?T?strlen, ?DT0...
  • how to convent .abs files to bin to hex files
    i have one abs file , and i want to convent it to bin or hex file . how can i do it?