• 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...
  • 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
  • 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...
  • 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...
  • 8051 Code Locator
    I use PK51 package (C51, LX51) and trying to locate "Silicon Lab" F8051F321 MCU internal memory code according to the following: (1) Few C files ranging 0x00-0x7FF with the main() function in address...