farnell lpc4357 eva board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

farnell lpc4357 eva board

389 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lgeorge123 on Thu Feb 07 07:37:13 MST 2013
In farnell lpc4357 eva board with lcd it supplied EMWIN GUI demo example , but it only provided external flash method only , can someone upload in flash whole keil folder as I transplant to ledblinkly led example folder it give out insufficient space , the compiler error is shows as attached picture ....
Labels (1)
0 Kudos
2 Replies

380 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Thu Feb 07 10:53:41 MST 2013
The settings in your screenshots look mainly fine, but you should select as target the LPC4357 instead of LPC4350.
Then you get the correct memory sizes automatically (LPC4357 has less SRAM than LPC4350)

For an image in internal flash you also need to generate signature which is added to the image.
In the User tab (Run user command after Build/Rebuild) you need to add the following command:

$K\ARM\BIN\ELFDWT.EXE !L BASEADDRESS(0x1A000000)

This generates and appends the correct signature for flash bank #A

Then you need to load the correct flash algorithm in Utilities tab (Settings --> Add --> LPC18xx/43xx IAP 512kB Flash Bank A)

Hope this helps.
0 Kudos

380 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lgeorge123 on Thu Feb 07 07:39:17 MST 2013
I also upload another picture .....
0 Kudos