segger NXP lib using for LPC13xx and LPC11xx

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

segger NXP lib using for LPC13xx and LPC11xx

577 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by zaalzaalak on Mon Oct 17 00:02:29 MST 2011
Can we use the segger free library for LPC13xx and LPC11xx devices?

or this is for only LPC1788?
Labels (1)
0 Kudos
4 Replies

549 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Wed Dec 18 12:44:02 MST 2013
Hi marcossamart,
Currently we do not have BSP,however the scheme can be similar to below BSP used for LPC1768(M3 without LCD controller).
http://www.lpcware.com/content/nxpfile/nxpemwin514mcb1700bsp
Schematics of MCB1768 is at
http://www.keil.com/mcb1700/mcb1700-schematics.pdf

Are you using your own custom board?
-----------
Thanks,
NXP support
0 Kudos

549 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by marcossmart on Tue Dec 17 21:12:58 MST 2013
Is there any document on the application Segger on LPC1114?
0 Kudos

549 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ktownsend on Wed Mar 21 08:43:00 MST 2012
zaalzaalak:

Just as an update, NXP has recently worked out an arrangement with Segger to be able to offer all of the additional drivers with the NXP version of the emWin libraries, meaning that you will also be able to use emWin with smaller MCUs using LCDs with integrated controllers (for example, the ILI9325/8 is a common inexpensive controller for 240x320 displays, etc.).

The libraries will all need to be rebuilt and tested before they can be released, but the updated binaries will be posted here as soon as they are available.  Check back here in the forums coming weeks for an update.
0 Kudos

549 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ktownsend on Fri Oct 21 04:32:00 MST 2011
The library as licensed from Segger will work with any NXP ARM microcontroller, although you will most likely require an MCU with an external memory controller (LPC1788, LPC1850, LPC2478, etc.) since the library as licensed by NXP does not include any optional emWin drivers for displays with built in controllers and memory.  It is provided with support for memory-mapped devices, requiring a framebuffer stored in memory.  Given that the LPC1114 and LPC13x4 only have 8KB of SRAM they aren't a particularly suitable choice for this application.
0 Kudos