how to make an LED blink using LPC1347

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

how to make an LED blink using LPC1347

529 Views
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

Tags (1)
0 Kudos
1 Reply

399 Views
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 Kudos