Header files 1769

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

Header files 1769

255 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by deBoogle on Fri Feb 18 02:05:05 MST 2011
Does anyone know if there is a GPIO header file for the 1769 device.  There doesn't appear to be one in the example projects folder in the same way that there is for some of the other chips.  There are some relating to UART and timers etc but no GPIO.

Or, is it like the NVIC and some of the functions are located in the core header and source files?

deBoogle
0 Kudos
2 Replies

243 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Fri Feb 18 07:40:23 MST 2011
Note that we would not recommend the use of the old pre-CMSIS LPC17 headers. For more information please see:

http://knowledgebase.nxp.com/showthread.php?t=313

There is more information on using CMSIS within LPCXpresso that might be of use at:

http://support.code-red-tech.com/CodeRedWiki/Support4CMSIS

Regards,
CodeRedSupport
0 Kudos

243 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Fri Feb 18 04:11:10 MST 2011
did you try:

#include <NXP/LPC17xx.h>
0 Kudos