• Firmware-Update via TCPNET
    Hello. I would update the firmware of my ARM7-board (AT91SAM7X256) over ethernet. The simplest way for the user is to open a browser and put the new firmware-file via POST to the board. But IÂ've...
  • Problem setting pointer via function
    I have a problem when I try to get a function to update a the address of a pointer. Code: const unsigned char array1[10] = {1, 2, 3, 4....} void func1 (const unsigned char *ptr) { ptr = array1;...
  • how to download the updated version of a hex file to the bootloader
    hai, I am working for a bootloader project. I downloaded a hex file (blinky.hex) through the bootloader to the 8051 microcontroller & it works fine (i.e. led is blinking). Now I updated my blinky...
  • Program update for LPC11C24 via CAN bootloader from other board(master board consists of LPC11c24)
    Hi, Program update for Lpc11c24(Slave board) via CAN bootloader from master board which consists of LPc11c24. I am able to put slave board into IAP mode communication channel CAN being enabled. But I...
  • Bootloader
    Does anyone have a bootloader that sits at the top 1K of 64K in Teridian 71M651x CPU that allows programming of user applications ?