• 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...
  • Absolute location of code in bank
    I am migrating from another toolset. I have a project that uses banked codespace, with a common from 0x00000-0x07FFF, and two banks from 0x08000-0x0FFFF. I have three subroutines that I need to locate...
  • how to locate startup code
    C51 Version 4.22 I want to absolutely locate the startup code that comes with the compiler (in the file STARTUP.A51) and is always included in projects. Any suggestion will be helpful!