• locating arbitrary segments
    I have a program which compiles into N segments, where N >= 2. I need to locate all segments starting at a specific address. I know the names of the first two segments, but I don't know the names (or...
  • locating arbitrary segments
    I have a program which compiles into N segments, where N >= 2. I need to locate all segments starting at a specific address. I know the names of the first two segments, but I don't know the names (or...
  • 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...