• 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...
  • 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....
  • 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....
  • Use uvision/ULINK2 to flash arbitrary bin file to 0x0
    So I have a project on an AT91FR40162S and I have been flashing the bootloader for my board over JTAG using the ULINK2 and MDK. This goes to 0x0 in flash and overwrites the Atmel supplied bootloader...