• Bootloader + Main App (ARM7) -
    Hi, Currently im developing a project which takes advantage of the In Application Programming feature on the ARM7 MCU. These individual projects are a Bootloader (IAP enabled) and a Main Application...
  • Modify stack dimension in main main application
    I am using an LPC2478 i have a firmware like this: 1) the bootloader hardcoded in the micro does some stuff and jumps to 0x00000000 2) my bootloader at 0x00000000 executes startup.s (where it...
  • after implementing bootloader, main application hangs on HAL_Delay()
    Hi, My bootloader does its job of jumping to a desired location where the main application file is residing. some part of main application works , But for some reason the main application hangs at...
  • UVision Project management: Bootloader and Main
    Hi All, I've read alot of good information here about how to section and deal with bootloader code that jumps to application code. I'm really hoping to learn how to best manage these elements...
  • Using RL-FlashFS in bootloader and main program
    Hello, All! I write bootloader using RL-FlashFS Library. It's work fine. But when i try to use RL-FlashFS functions in main program my LPC2367 is stoping(in ABORT MODE). Maybe i must locate RL-FlashFS...