HAL in LPCXpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

HAL in LPCXpresso

1,061 次查看
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 项奖励
回复
2 回复数

1,037 次查看
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 项奖励
回复

1,037 次查看
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 项奖励
回复