lpcopen library for lpc1764

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

lpcopen library for lpc1764

555 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jlzizmor on Sat Jan 02 14:28:26 MST 2016
I'm using an LPC1764. I was looking on the lpcopen page (lpcopen) and first downloaded the 1.03 version as the latest version is listed specifically for the lpc1769.
After working with 1.03, I noticed that in one of the usart helper files (usart_001.c) marked errors for setting the baud rate (FIXME - this function doesn't work correctly and is too big).
I downloaded the latest version marked for the 1769 and found a much simpler library. I believe that the 1764 should be similar enough to the 1769 that I can use the same library, correct? Additionally, are there any changes I'll have to make to account for the different flash size?
Labels (1)
0 Kudos
4 Replies

532 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jlzizmor on Mon Jan 04 19:34:01 MST 2016

I am using Eclipse Mars and GCC to compile.
0 Kudos

532 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Mon Jan 04 18:21:10 MST 2016
Hi,
You can select correct device in your IDE or change flash size according to device used. Could you please let us know which IDE are you using?
0 Kudos

532 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jlzizmor on Sun Jan 03 11:10:57 MST 2016
What do you mean by linker script?
0 Kudos

532 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Sun Jan 03 03:48:15 MST 2016
1769 is the same family as 1764, just with a few peripherals disabled and less memory. You can use the same lpcopen. No changes for different flash sizes, except for your linker script.
0 Kudos