• 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...
  • 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...
  • FLASH write problem - using the same memory bank for bootloader and application
    I'm having a problem trying to implement a bootloader and application code in the same bank. The scenario is that follows: A LPC1837 (micro controller from NXP) with a bootloader that occupies the...
  • FLASH write problem - using the same memory bank for bootloader and application
    I'm having a problem trying to implement a bootloader and application code in the same bank. The scenario is that follows: A LPC1837 (micro controller from NXP) with a bootloader that occupies the...
  • Bootloader in same Flash as application?
    Is it possible to have a separate bootloader and application in the same flash? The problem I see is hooking the interrupts from the low memory (the bootloader's to go into 0x0000)into the application...