• 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...
  • 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...
  • STR9 Writing to flash bank 0
    I am trying to write a simple bootloader that runs from bank 1 and can receive code over the serial port. I have based this on the code example as provided on the ST web site (STR9 In-Application Programming...
  • STM32F4 : Bootloader, data-flash and application
    Hi I need to setup Keil MDK for a project, where I need: 1) A in-application bootloader. 2) 2 flash sections for non-volatile data 3) The main application. Should be replaceable from the bootloader...
  • IVT Memory mapping problem for Bootloader and Application Code
    Hi, I am working on LPC2368 microcontroller. I need to develop two codes. One for bootloader and other is the actual application code. The bootloader resides at 0x0000 and the application code...