HAL in LPCXpresso

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

HAL in LPCXpresso

1,056 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by masterboy on Sat Mar 09 11:17:28 MST 2013
Hi all,

I would like to ask you. Is there any library that contains functions for example SystemInit() and for peripherals? I mean that it calls "HAL" but I don't know what library is it ... :(
0 Kudos
Reply
2 Replies

1,032 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by graynomad on Sun Mar 10 08:54:22 MST 2013
All the samples I've been able to find have not really been a HAL, CMSIS helps but it also is no HAL.

So I made a start on a HAL for the 1227, it's not even close to being finished but what I've done works pretty well. You can get the idea here

http://lard.robgray.com/index.php

Unfortunately I've got a largish project on the go right now but I plan to get back to this soon.
0 Kudos
Reply

1,032 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Sun Mar 10 03:52:15 MST 2013
Typically within the CMSIS library project within the Examples subdirectory on your LPCXpresso IDE installation.

More info...

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

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

Regards,
CodeRedSupport
0 Kudos
Reply