• 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...
  • 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...
  • Need Custom Bootloader for AT89C51ED2
    I need the low level routines that can be used as a custom bootloader program for In Application Programming of AT89C51ED2. The problem arising is that I've used Atmel Bootloader to program my device...
  • Query about p0.14 / Bootloader in LPC2148
    The manual says that if p0.14 is low while reset is low, forces on-chip boot-loader to take over control of the part after reset. However, when I connect this pin to ground, while the user code is executing...
  • Custom bootloader and app relocation problem
    Hi, i am trying to make a custom ethernet bootloader for an STM32F207 based board (full ref STM32F207IG eval), so this is going to happen in 3 steps. 1/ relocate the main program at address 0x08008000...