abstract.txt

来自「lpc3250 example program」· 文本 代码 · 共 18 行

TXT
18
字号
The 2-nd level Bootloader for NXP LPC32x0 
(configured for External SDRAM and loaded to 
External NOR Flash on the Phytec Board)

This is a 2-nd level bootloader for the NXP 
LPC32x0 microcontroller with External NOR 
Flash and External SDRAM. 
It downloads to first 32kB of the NOR Flash.
The 1-st level bootloader that is in ROM of 
LPC32x0 jumps to this bootloader and starts it.

The 2-nd level bootloader's main function is to 
copy user program from the External NOR Flash 
to the External SDRAM and start it.

Just select Flash -> Download to download it 
to the NOR Flash.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?