LPCOpen for LPC11Axx

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

LPCOpen for LPC11Axx

426 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by remcopoelstra on Fri Oct 17 00:17:16 MST 2014
Hi,

Is there an LPCOpen release for the LPC11Axx?
In the downloads area, I can only find releases for U and C versions and I can't find any docs stating that they are compatible with the A version.
Am I wrong? Or is such a release expected?

Thanks in advance.

Kind regards,

Remco Poelstra
Labels (1)
0 Kudos
2 Replies

374 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by remcopoelstra on Sun Oct 19 03:52:01 MST 2014
Hi,

Thanks! That works after some tweaks.
It seems the I2C rom based driver is missing. Do you perhaps know whether I can copy that from the LPC8xx chip library?
They seems similar at first sight.

Regards,

Remco Poelstra
0 Kudos

374 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Paul on Fri Oct 17 09:09:31 MST 2014
Hello Remco
Try downloading the "LPCXpresso V2 LPC11U37 board" from
http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc11xx-packages-0.
Within this code base, you will find many conditional defines for the various LPC11xx devices, and one of the available selections is the LPC11AXX.
You may want to do a search through the code for the LPC11AXX so you find any defines required for correct operation.  For example, in the sys_config.h you need to undefine the LPC11UXX and define the LPC11AXX.
Hope this helps.

Regards
Paul
0 Kudos