• 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...
  • 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...
  • MCBSTR9 bootloader on bank1 and run main application on bank 0
    I have a MCBSTR9 eval board and in the process of implementing a bootloader. The bootloader boots from bank 1 and once it has finished with the firmware upgrade, it should remap the flash controller...
  • MCBSTR9 bootloader on bank1 and run main application on bank 0
    I have a MCBSTR9 eval board and in the process of implementing a bootloader. The bootloader boots from bank 1 and once it has finished with the firmware upgrade, it should remap the flash controller...
  • 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...