[LPC4088] Debugging problem

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

[LPC4088] Debugging problem

766件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by zbajchou on Sat Apr 25 09:32:55 MST 2015
Hi,

I have to program cheekers on LPC4088 with LCD but it is my first time with this device.
Could someone explain what mean:


Quote:
c:/nxp/lpcxpresso_7.7.2_379/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: emWin_516-test.axf section `.text' will not fit in region `MFlash512'
c:/nxp/lpcxpresso_7.7.2_379/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region `MFlash512' overflowed by 56428 bytes



ラベル(1)
0 件の賞賛
返信
2 返答(返信)

717件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Mon Apr 27 09:42:17 MST 2015
Hi,
The flash size of LPC4088 is 512KB. If you are unable to reduce the size and fit into this device  as suggested by R2D2. You may want to consider one of the below option.

Use QSPI flash to store data or slower code.

                    or
Use LPC1800 (M3, 1MB flash 180MHz speed ) see UM below

http://www.nxp.com/documents/user_manual/UM10430.pdf

                   or
Use LPC4300 (M4, 1MB Flash 204MHz speed) See UM below

http://www.nxp.com/documents/user_manual/UM10503.pdf
0 件の賞賛
返信

717件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Sat Apr 25 09:45:55 MST 2015
See: http://www.lpcware.com/content/faq/lpcxpresso/debug-build-too-big-fit-flash
0 件の賞賛
返信