• 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...
  • ucosii with secondary bootloader
    my secondary bootloader is working ok with normal application. but when i used with ucosii application its stuck in task1. memory map is for bootloader-0x00000000 0x00010000 application 0x00010000...
  • Secondary UART bootloader example
    I'm looking for some example code to write a secondary UART based bootloader, my design has an external supervisor/watchdog IC on the board, this means that for the initial programming I need to disable...
  • NXP LPC17xx USB Secondary Bootloader
    Hi, I'm using 'NXP LPC17xx USB Secondary Bootloader'. I read the whole "AN10866.pdf" which commes together with the code on this link: ics.nxp.com/.../an10866.zip I did everything as described...
  • problems with secondary bootloader on LPC1768 with MCP1700
    I'm using µVision 4.50.0.0 with Keil MCB1700 with LPC1768. I wrote a secondary boot-loader, that reads srecord file from usb and writes that into flash starting 0x20000. The AN10866.pdf from NXP...