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

Phytec LPC3250 external NOR Flash bootloader example

Hi,
Based on the Phytec example code for external nor flash bootloader, i see that they are copying code from the external nor flash to the external SDRAM and starting it by pointing a function pointer to the external sdram.

My first doubt is: Since the target options specifies the off chip ROM1 at address 0xE0000000, and EMC has been enabled in the startup file,does this secondary bootloader code go directly to the external nor flash at address 0xe0000000 when loaded from keil uvision?

Second doubt: Does this secondary bootloader(if present in ext nor flash), cause a copy of the application code from user program offset to the ext sdram and pass function pointer to execute it from sdram when powered up?

Third doubt: In target options>>Debug, what is the purpose of Debug_Boot.ini?

Guys please be patient with me..I am very new to this and have a lot of doubts about this topic

Thanks :)