• JUMPING TO A SECOND PROGRAM FROM A BOOT LOADERJUMPING TO A SECOND PROGRAM FROM A BOOT LOADER
    Note: This was originally posted on 18th January 2011 at http://forums.arm.com I have an application that is separated into two parts that are compiled and linked separately. Part 1 is a "Bootstrap Program...
  • JUMPING TO A SECOND PROGRAM FROM A BOOT LOADERJUMPING TO A SECOND PROGRAM FROM A BOOT LOADER
    Note: This was originally posted on 18th January 2011 at http://forums.arm.com I have an application that is separated into two parts that are compiled and linked separately. Part 1 is a "Bootstrap Program...
  • LPC2468 unexplained behavior when jumping to application from boot
    Hello, I am new to ths processor to this is a rather difficult situation...If my bootloader uses CPU peripheral T0 (not interrupting, just a free running timer), T0 must be stopped just prior to jumping...
  • LPC2468 unexplained behavior when jumping to application from boot
    Hello, I am new to ths processor to this is a rather difficult situation...If my bootloader uses CPU peripheral T0 (not interrupting, just a free running timer), T0 must be stopped just prior to jumping...
  • Memory issues when jumping from boot loader to main application
    Hello, At the moment, I'm working on software for a STM32F4 series micro-controller. The software consists out of a boot loader and a main application. The code itself has been working quite nicely...