LPC1788 vs LPC4088

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

LPC1788 vs LPC4088

1,435 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by EnKA on Tue Nov 20 00:49:28 MST 2012
Hello

      Is there any other differences between LPC1788 and LPC4088 rather than being Cortex-M3 and Cortex-M4 MCU Cores ?

      For instance, can I use LPC4088 instead of LPC1788 without changing a code line which was written for LPC1788 ?

      Besides,  does emWin port for LPC1788 supports LPC4088? Can I use emWin port for LPC1788 without modifying the code ?


Regards

Engin
Labels (1)
0 Kudos
1 Reply

954 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Tue Nov 20 12:34:01 MST 2012
Hi engin,
You can run code without changes. If you are using Embedded Artist's board you will need some minimal changes.
Another difference between LPC1788 and LPC4088 is: LPC4088 has SPIFI peripheral. If you have lots of graphics images you can store them inside serial flash, which is mapped in microcontroller's memory map.

emWin BSP(http://www.lpcware.com/content/nxpfile/nxplpc1788emwin516bspv101)for EA board has a file inside ..\Start\Config\ folder called LCDConf.h, you can uncomment following define in the file for LPC4088.

#define LPC4088

0 Kudos