[LPC4088] Debugging problem

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

[LPC4088] Debugging problem

747 Views
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



Labels (1)
0 Kudos
Reply
2 Replies

698 Views
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 Kudos
Reply

698 Views
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 Kudos
Reply