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
i am working on LPC2388 processor.I am using keil IDE. when power on reset happens, The flash boot loader code is executed. Where can i get the details of this bootloader code.LPC2388 having inbuilt Bootloader.
What i know : power on RESET start code will run , and from there jumps to main () function, i want the sequence flow of code when reset happens.
Thanks in advance Goran
The uer manual tells.
It checks if the vector table is valid. If not, it hangs in boot loader. If yes, it checks if code protect. If yes, it jumps to program. If not code protect, it checks one IO pin. If active, it stays in boot loader - else jumps to program.
And "jumps to program" means it picks up the value from your specified reset vector to know where to jump.