We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.