• 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 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
  • Locating code into a segment
    Using the latest C51 tools. I'm having to write an IAP (in application programming) bootloader of sorts and need to make sure it lies in a known segment. How can I allocate a given segment to my IAP code...
  • locating code constants in bank1
    i am trying to locate code constants in bank1 (Cygnal F124). but it is always placed in common area only. i have also writen "bank1(?co?table)" in L51 dialog box in uVision2. in common area it is...