• section will arbitrary address
    Can I specify to the linker to locate specific code/data in specific address (using assembly code). Instead of using; .section .ram, "awx" I like to specify the specific address (I need to do it...
  • Linking in arbitrary binary blob
    I have a binary blob that I want to link into my binary. In IAR Embedded Workbench I can specify a raw binary image, assign it a symbol (variable name) and define the link section and alignment....
  • Locating code into a segment
    Using the latest C51 tools. I'm having to write an IAP (in application programming) bootloader of sorts and need to make sure it lies in a known segment. How can I allocate a given segment to my IAP code...
  • Locate segments with wildcards
    I have two modules. And for firmware upgrade necessary, we need to assign fix code address. Ex: BL51 myfile.obj CODE(?PR?*myfile (0x1000)) If we need 2 modules in fix code segment myfile1.obj...
  • Locating segments in HDATA by default
    Okay, I think this should be an easy one! I have a program/data partition at 0x20000. I also have internal SRAM from 0-0x1300. Without the 'Use internal SRAM' box checked, I get this config: ...