• Code location
    Is there a way to force the tools to place a function at a specific memory location? I am working on an application updater. The boot/update code starts at 0x0000. The application code would start...
  • 8051 Interrupt Vector Location
    The interrupt vector is always stored in the 0003H code memory. Is it possible to store it in another location ? Thank You
  • Locating Code
    I wish to install a bootloader in the first sector of internal ROM (starting address 0xc00000 to 0xc01fff) of the XC164. How can I place other code (e.g. application software) to start at address 0xc02000...
  • Locating Code
    I wish to install a bootloader in a specific sector of the LPC2106. How can I place a section of code to start at a specific address? Thanks Rich
  • Starting code at another location
    I'd like to reposition my code so all code starts at 0800h. The only things I want below that are the startup vector and interrupt vectors. Am I right in assuming that the vector at locn 0000 (actually...