• 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...
  • 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...
  • 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...
  • 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...
  • How to setup two seperate projects in Keil, one for bootloade, and the other is for Application
    Hi, Background, the processor is ARM7. I am facing a problem of seperating one Keil project (including both bootloader and application) into two seperate projects. One for bootloader itself and...