• How to combine application with bootloader?
    Hi, I'm using the STM32F103ZD uC and the Keil IDE uVision V4.03q. I wrote two programs: a default Application and a Bootloader. The Bootloader can load the Application by some interface and execute...
  • How to combine application with bootloader?
    Hi, I'm using the STM32F103ZD uC and the Keil IDE uVision V4.03q. I wrote two programs: a default Application and a Bootloader. The Bootloader can load the Application by some interface and execute...
  • My application code is not working when i load its bin file through uart into the flash and jump to the address of the application code (custom bootloader)
    In custom bootloader when i am jumping to application code my msp value is changing after loading the bin file , for example my application has msp value 0x20000D0 but when i load the...
  • My application code is not working when i load its bin file through uart into the flash and jump to the address of the application code (custom bootloader)
    In custom bootloader when i am jumping to application code my msp value is changing after loading the bin file , for example my application has msp value 0x20000D0 but when i load the...
  • FLASH write problem - using the same memory bank for bootloader and application
    I'm having a problem trying to implement a bootloader and application code in the same bank. The scenario is that follows: A LPC1837 (micro controller from NXP) with a bootloader that occupies the...