Blinky example for LPC1769 LPCxpresso

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

Blinky example for LPC1769 LPCxpresso

3,386 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Clive on Fri Jan 07 14:50:25 MST 2011
Is there a Blinky example for LPC1769 LPCxpresso board?
0 项奖励
回复
7 回复数

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by gbm on Mon Sep 12 08:04:46 MST 2011
My nanoblink was written for LPCxpresso board with LPC1769.
0 项奖励
回复

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Sep 12 01:20:58 MST 2011

Quote: SSzretter
Looking at the SysTick and some of the LED examples for 1768, it looks like the code is controlling user LED's 2-5.  My 1769 board has only 2 LEDs - one on the Link side (LED 1) and one on the Target side (LED 2).


The supplied examples for the LPCXpresso board poke the correct GPIO bit to flash the LED on the LPCXpresso board.

From your description, it sounds like you are looking at the examples for Code Red's RDB1768 development board, rather than the examples for the LPCXpresso board?

You might find the following FAQ of use in explaining the supplied examples(though it does need tweaking to bring it up to date for LPCXpresso 4).

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

Regards,
CodeRedSupport.
0 项奖励
回复

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Sat Sep 10 11:45:45 MST 2011
Perhaps you're old enough to read a schematic:

http://www.embeddedartists.com/products/lpcxpresso/lpc1769_xpr.php

http://www.embeddedartists.com/sites/default/files/docs/schematics/LPCXpressoLPC1769revB.pdf

and change LED settings to P0.22?
0 项奖励
回复

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by SSzretter on Sat Sep 10 10:17:21 MST 2011
Looking at the SysTick and some of the LED examples for 1768, it looks like the code is controlling user LED's 2-5.  My 1769 board has only 2 LEDs - one on the Link side (LED 1) and one on the Target side (LED 2).

SO, when I run these projects they do not appear to do anything (though I think they are running).  My LED 1 on the Link side lights up when I plug in to USB.  Led 2 on the Target appears to light up when there is activity - for example when I am debugging a program.

So, am I supposed to be wiring up my own LED's to test these projects?
0 项奖励
回复

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Fri Jan 07 16:43:55 MST 2011
Wow, could be the reason why my distributor isn't able to deliver LPCXpresso1768 boards: it's the wrong number :)
0 项奖励
回复

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_USA on Fri Jan 07 16:34:38 MST 2011
Hi!

The LPC1769 is a 120 MHz version of the LPC1768. It has the same pinout and is documented using the same datasheet. Newer LPC176x LPCXpresso boards are being made with the LPC1769. You can use the same example projects just by changing the chip in LPCXpresso from LPC1768 to LPC1769. To do this, control-click on the part number (should say LPC1768) on the lower-right corner of the LPCXpresso window.

-NXP
0 项奖励
回复

2,323 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Fri Jan 07 15:12:21 MST 2011
Don't know LPC1769 LPCXpresso board :confused:

You can find LPC1768 samples:

http://knowledgebase.nxp.trimm.net/showthread.php?t=727

Look for SysTick samples :)

like

..\lpcxpresso_3.6\Examples\NXP\LPC1000\LPC17xx\LPCXpresso1768.zip --> LPCXpresso1768_systick
0 项奖励
回复