This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1768 Ethernet Boot Loader Problem

hi all,

i am using Ethernet bootloader on Cortex-M3 LPC1768. The bootloader sample code used was provided by Flash Magic. i have configured the bootloader code locatio from 0x0000 to 0x2000 and application code location from 0x2000 to 0x80000. it is working properly when i erase the full chip, load the application code first then bootloder code. But if i load the bootloader code first then application code, execution is not jumping to application code.
what colud be the problem? please suggest.

Parents
  • "if i load the bootloader code first then application code, execution is not jumping to application code"

    So how, exactly, do you "load" the application code in this case?

    If you're using the debugger, then you will need to take care not to erase or overwrite the bootloader ...

Reply
  • "if i load the bootloader code first then application code, execution is not jumping to application code"

    So how, exactly, do you "load" the application code in this case?

    If you're using the debugger, then you will need to take care not to erase or overwrite the bootloader ...

Children