farnell lpc4357 eva board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

farnell lpc4357 eva board

1,529件の閲覧回数
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 ....
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,520件の閲覧回数
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 件の賞賛
返信

1,517件の閲覧回数
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 件の賞賛
返信