How to use drivers from lpcopen ?

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

How to use drivers from lpcopen ?

436 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Badman on Wed Jan 15 02:24:54 MST 2014
Hello,

Does anyone have a script for wizard to LPC17xx using lpcopen ?
Mainly it to use the drivers for peripherals:
adc_17xx_40xx.c
adc_17xx_40xx.h
can_17xx_40xx.c
can_17xx_40xx.h
chip.h
chip_lpc175x_6x.h
chip_lpc177x_8x.h
chip_lpc407x_8x.h
clock_17xx_40xx.c
clock_17xx_40xx.h
cmp_17xx_40xx.c
cmp_17xx_40xx.h
cmsis.h
crc_17xx_40xx.c
crc_17xx_40xx.h
dac_17xx_40xx.c
dac_17xx_40xx.h
eeprom_17xx_40xx.c
eeprom_17xx_40xx.h
emc_17xx_40xx.c
emc_17xx_40xx.h
enet_17xx_40xx.c
enet_17xx_40xx.h
fmc_17xx_40xx.h
gpdma_17xx_40xx.c
gpdma_17xx_40xx.h
gpio_17xx_40xx.h
i2c_17xx_40xx.c
i2c_17xx_40xx.h
i2s_17xx_40xx.c
i2s_17xx_40xx.h
iocon_17xx_40xx.c
iocon_17xx_40xx.h
lcd_17xx_40xx.c
lcd_17xx_40xx.h
ritimer_17xx_40xx.c
ritimer_17xx_40xx.h
rtc_17xx_40xx.c
rtc_17xx_40xx.h
sdc_17xx_40xx.c
sdc_17xx_40xx.h
sdmmc_17xx_40xx.c
sdmmc_17xx_40xx.h
spifi_17xx_40xx.h
spi_17xx_40xx.c
spi_17xx_40xx.h
ssp_17xx_40xx.c
ssp_17xx_40xx.h
sysctl_17xx_40xx.c
sysctl_17xx_40xx.h
timer_17xx_40xx.c
timer_17xx_40xx.h
uart_17xx_40xx.c
uart_17xx_40xx.h
wwdt_17xx_40xx.c
wwdt_17xx_40xx.h
0 Kudos
3 Replies

301 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Jan 21 08:41:41 MST 2014
The New project wizards for LPC175x_6x, LPC177x_8 and LPC407x_8x familes, asprovided in LPCXpresso 6.1.4, are intended for use with the forthcoming LPCOpen V2 releases for these parts. These wizards are not suitable for use with the old LPCOpen V1 releases.

The files in LPC407x_8x_Libraries.zip are not LPCOpen libraries. They are the old style 'CMSIS'/'Peripheral Driver Library' files. If you want to use this code base, then you should use the non-LPCOpen project wizards (for example "C Project" rather than "LPCOpen - C Project"). You can see some examples that use this old-style codebase in the zip file...

C:\nxp\LPCXpresso_6.1.4_194\lpcxpresso\Examples\NXP\LPC4000\LPC407x_8x\RDB4078_MainExamples.zip

Regards,
LPCXpresso Support
0 Kudos

301 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Badman on Tue Jan 21 05:39:30 MST 2014
Thank you for the wizard for LPC17xx of LPCOpen.
Lpcopen_v1.03.zip downloaded, unpacked in C:\LPCOpen but I can not create a project using LPCOpen. The wizard box "LPCOpen Library Project" is empty. What else do I need ?

For LPC4088 no problem, I imported the C:\ nxp\LPCXpresso_6.1.4_194\LPCXpresso\Examples\NXP\LPC4000\LPC407x_8x\ LPC407x_8x_Libraries.zip and I am using lpcopen.
0 Kudos

301 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Jan 15 03:55:12 MST 2014
The next release of LPCXpresso IDE (expected to be available next week) will provide project wizards to allow creation of LPCOpen projects for the forthcoming LPC17xx variant of LPCOpen v2:

http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc17xx-packages

There are no plans to provide LPCXpresso project wizards for LPCOpen v1.

Regards,
LPCXpresso Support
0 Kudos