how to make an LED blink using LPC1347

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to make an LED blink using LPC1347

585件の閲覧回数
sebastienboivin
Contributor I

Hi everyone, I am using  #lpc1347 and I am new to this environment, I know how to make an LED blink using the inside board LED, but I am trying to make outside LED blink. 

I am also looking for some LCD display Library with some example I am currently using 1602A v2.0 LED screen

タグ(1)
0 件の賞賛
返信
1 返信

455件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Sebastien Boivin,

    I don't know what the board you are using, if it is the official board, we already have the according LED blink code.

   Take LPCXpresso 1347 board as an example, the code can be download from this link:

LPCOpen Software for LPC13XX|NXP 

  Then the LED blink code is the periph_systick project.

  Please check it on your side.

  If you want to debug the code, please comment __WFI() in while(1):

pastedImage_2.png

  About the LCD display library for lpc1347, because this chip don't have the LCD controller, then we don't have the library you need.

Maybe you need to write it by yourself, or refer to the 1602A recommended code.


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信