• Yet another undefined symbol
    Good day, in order to become familiar with the MCBSTR9 I first modified the Blinky program. That wasn't too difficult. But stage two was to write the same program using my own syntax and referring to...
  • How to export linker-defined symbols to a symbol file?
    I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In...
  • How to use a register variable defined in another file?
    Hello, I am using C166 with xc161cj. I defined a register variable in file1.a66 like, RegDataSec SECTION DATA at F700h ax: dsw 1 RegDataSec ENDS In file2.a66, I am trying to specify this variable...
  • Including another hex file in the linker
    Hi all. I'm developping a bootloader to allow firmware upgrade (IAP) in our application on F103RB microcontroller. I'm coding with keil uVision 3 V3.85. Bootloader has its flash space (specified...
  • USING LCALL from another asm file.
    Q) Which Register should be PUSHed into the stack, when calling a Functin in another asm file using LCALL?