• Link two application together
    Hallo Is it possible to link two application together? (HEX or ELF) I have a bootloader and an application. It would be nice, to link the bootloader to the application each time its build. The...
  • Startup.s settings with two applications
    Hallo I have a bootloader and a application. My bootloader sets up the stack sizes in its startup file. My application setes them up differently.! So when my bootloader jumps to the main application...
  • How to download two APPs in flash in one step?
    Hi everybody, We are using uVision3, LPC2104(ARM7) & ULINK-JTAG. We are trying to download two applications to flash in one only step, that is, selecting only one file. -Option 1: We could do it editing...
  • Two codes in Flash
    Hi Everybody I have 2 codes: for example, First code :0x0000-0x1fff second code : 0x3000 - 0x7fff I want to learn " how can I run these codes together" can anybody help me or suggest any...
  • Bootloader in Flash and application in RAM.
    Hi All, I have a plan to put the boot-loader and load many applications less than 32 KBytes. I am wondering that is it possible that boot-loader code is on flash and I copy the application from external...