• LPC2468 timer behavior - transition drom boot to application
    Hello, I wrote a bootloader that works just fine in doing IAP, jumping to application etc. I do have one big problem though: the bootloader uses timer 1 to drive a LED. unless I disable that timer...
  • LPC2468 timer behavior - transition drom boot to application
    Hello, I wrote a bootloader that works just fine in doing IAP, jumping to application etc. I do have one big problem though: the bootloader uses timer 1 to drive a LED. unless I disable that timer...
  • Absolute positioning unexplain behavior
    Hello, I am working with the Realview linker. The source of the issue is likely to be documented but I cannot find it - maybe you can help me. when I'm using the following scatter file: ER_IROM1...
  • Absolute positioning unexplain behavior
    Hello, I am working with the Realview linker. The source of the issue is likely to be documented but I cannot find it - maybe you can help me. when I'm using the following scatter file: ER_IROM1...
  • 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...