User manual

LPC3250 Developer’s Kit v2 - User’s Guide
Page 52
Copyright 2013 © Embedded Artists AB
ea3250> load blk u-boot.bin raw 0x83fc0000
2. Start the application using the exec command and the load address.
ea3250> exec 0x83fc0000
Instead of directly executing the binary file you could store it in NAND flash by issuing the nsave
command after it has been loaded to the external memory.
Load application from UART
Loading from UART is similar to loading from MMC/SD card with the difference that source is set to
term.
1. Start the download process.
ea3250> load term srec
2. Start to transfer the srec file using your terminal application
3. When the application has been transferred, the prompt will return and you can execute the
application
ea3250> exec
More commands are available in the S1L loader and you can use the help command to find out more
about how to use them.
Store Application in NAND Flash and Execute From External Memory
Note: These instructions are only valid for the sample applications based on the CDL2 package.
By default the sample applications found in the zip file on Embedded Artists support site have been
setup to run from internal memory which is especially suitable when testing and developing an
application. The application is downloaded directly to the internal memory through, for example, a
JTAG adapter.
When an application should be stored persistently on the LPC3250 OEM Board the NAND flash is a
suitable place to store it since the LPC3250 microcontroller doesn’t have any on-chip flash. It can also
be suitable to run the application from external memory especially if it is too large to fit into internal
memory. These instructions show how to build the applications (using Keil uVision) so that they can be
run from external memory and also how to store that application in NAND flash.