• 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...
  • how to use user option byte in stm32f100xx
    hello friends, I am working in a bootloader project and its working properly i mean the control goes to application from custom bootloader.my application program receives a command from server for firmware...
  • how to use user option byte in stm32f100xx
    hello friends, I am working in a bootloader project and its working properly i mean the control goes to application from custom bootloader.my application program receives a command from server for firmware...
  • LPC17xx bootloader jump to application
    Hello, I'm working on a bootloader for the lpc1754. This bootloader downloads an application to flash (address 0x6000). When download is succesfull, it has start the new software from address 0x6000...