LPC1200 + CLEV663B blueboard

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

LPC1200 + CLEV663B blueboard

590 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by atramsz on Thu Aug 01 05:38:37 MST 2013
Hi,
I`m new to this topic.
I have LPC 1227/301 + CLEV663B Blueboard.
I use LPCXpresso v. 4.2.3.

I downloaded demo project called: CLEV663B Polling Project for LPC1227.
From this site: http://www.nxp.com/demoboard/CLEV663B.html#documentation

Everything is set as in the documentation. Two boards are connected to USB.

When I debug this project, in Console I see:
I2C link selected

Start
/****** Begin Polling ******/

and then it stops.

I want to see the information -
- no tag or
- the card type and its number (when it is approached to the board)

What do I need to do more or what do I do wrong?

Thanks for your help!
Labels (1)
0 Kudos
3 Replies

481 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tqtrung13 on Mon Feb 24 20:25:31 MST 2014
You should using SPI to run this debug.
go to: RegCtl_I2cHw.h and hide //#define I2C_USED
go to <RegCtl_SpiHw.h> and show #define SPI_USED
0 Kudos

481 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by atramsz on Tue Aug 06 02:26:31 MST 2013
I had to cope with it by myself and I made it. 8-)
0 Kudos

481 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by atramsz on Fri Aug 02 11:38:07 MST 2013
Maybe I add that when I Debug the project USB Device with DFU Capabilities disappear from Control Settings/ Device manager.
I connect each board with USB port.

Hope someone will have an idea what to do. :D
0 Kudos