• How to (easily) flash a custom .hex file with debugger?
    Hello, I am developping on a firmware using a bootloader which verifies main application's CRC prior to let it start. To do this, I am generating an extra .hex file with data for bootloader added to...
  • How to (easily) flash a custom .hex file with debugger?
    Hello, I am developping on a firmware using a bootloader which verifies main application's CRC prior to let it start. To do this, I am generating an extra .hex file with data for bootloader added to...
  • Custom Bootloader Query
    Note: This was originally posted on 13th September 2012 at http://forums.arm.com Hi guys, I'm currently writing the code for a custom bootloader for a Cortex-M0 and am tripping over myself a little with...
  • Custom Bootloader Query
    Note: This was originally posted on 13th September 2012 at http://forums.arm.com Hi guys, I'm currently writing the code for a custom bootloader for a Cortex-M0 and am tripping over myself a little with...
  • STM32 custom bootloader fail
    Hello everybody, I'm working on a custom bootloader for STM32F407/F411. It start at 0x08000000 and works in a ordinary way, loading Intel-Hex files through the UART, interprets the file and programs...