• 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...
  • Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...
  • 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...
  • 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...
  • Can't Tranfer Project to Other PC - uVision File Management a Mess
    You would think with the uVision's Run-Time Environment Manager and Software Package Selector with all its version control and download features that I should have no trouble switching between machines...