• Problem when incorporating a secondary Bootloader with STM32
    I'm working on a project using a STM32105 microcontroller. An RTX application is loaded at 0x8020000 while a secondary bootloader is loaded at 0x8000000. Transferring execution to the application from...
  • Problem when incorporating a secondary Bootloader with STM32
    I'm working on a project using a STM32105 microcontroller. An RTX application is loaded at 0x8020000 while a secondary bootloader is loaded at 0x8000000. Transferring execution to the application from...
  • STM32 Start DFU Bootloader
    Hello, I'm developing a bootloader for a STM32F2 Controller. One Feature of the bootloader is that it can start the STM32 internal DFU bootloader. Therefore I use some RAM Region where I set a...
  • STM32 Start DFU Bootloader
    Hello, I'm developing a bootloader for a STM32F2 Controller. One Feature of the bootloader is that it can start the STM32 internal DFU bootloader. Therefore I use some RAM Region where I set a...
  • Secondary bootloader queries;
    Hi, I am looking for UART based secondary bootloader for LPC1768. Please clarify the following queries: When I am sending binary file from say UART, should I send .bin file or .hex file of the application...