• 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...
  • 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...
  • 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...
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • Program main app using Keil fails with a bootloader and main application using J-Link Segger Ultra+
    Hello all, So my current situation is this: I would like to develop and debug my main application on my device with a bootloader on it. I cannot program the main app to flash if I haven't erased...