• Bootloader implementation on cortex-m3
    Note: This was originally posted on 21st February 2012 at http://forums.arm.com Hey, I'm working on a project on a Atmel's SAM3S4C, and I started to create a seperate bootloader for it. The bootloader...
  • Bootloader implementation on cortex-m3
    Note: This was originally posted on 21st February 2012 at http://forums.arm.com Hey, I'm working on a project on a Atmel's SAM3S4C, and I started to create a seperate bootloader for it. The bootloader...
  • 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...
  • 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...
  • Simple Question
    What does the following mean? #pragma src #prgma OT (8) Thanks