Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

CMSIS libraries for LPC17xx

Status
Not open for further replies.

dizgah

Member level 5
Joined
Nov 8, 2009
Messages
91
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
iran-8par
Activity points
2,049
As you know in the last CMSIS drivers we configure EMC,TIMERs & ... with thier own CMSIS drivers while in the latest CMSIS drivers which i downloaded with KEIL 5.16 there are not any library for thems,like:

Code:
lpc177x_8x_emc.h
lpc177x_8x_clkpwr.h
lpc177x_8x_timer.h
lpc177x_8x_exti
lpc177x_8x_adc
lpc177x_8x_wwdt
then how i must initial these in the new libraries? Also for example in the libraries like GPIO there are not some functions like

Code:
void GPIO_IntCmd(uint8_t portNum, uint32_t bitValue, uint8_t edgeState);

and some other functions!(it only contain a few of the last libraries) Sholud i include and used last cmsis libaries (I think it does not updated after 2012) in my new projects? i dont want to use LPCOPEN . thanks for any help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top