Using the LPC1343 chip in custom projects

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

Using the LPC1343 chip in custom projects

867 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Megahertz on Mon Aug 18 09:46:49 MST 2014
Greetings,

What I want to do is fairly straightforward and will serve as a foundation for more complex projects in the future.

I would like create my own PCB with a USB interface, a LPC1343 microcontroller, a LED and whatever other components are needed to support the board (caps, resistors, etc...)

My goal is to be able to turn the LED on and off from a Windows PC over the USB interface.

The biggest question I have is, do i need to write my own windows driver for the device to interface with it?

I'm rather new to the microcontroller scene, however I have 10+  years experience programming in C/C++ (mainly geared towards game programming)

Just looking to get pointed down the right path. =)

Regards,

Gerald
Labels (1)
0 Kudos
Reply
1 Reply

805 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Tue Aug 19 10:27:00 MST 2014
Hi Megahertz,
You can use HID class. You can do more than just turning LED ON/OFF.
I recommend you to look into below link

http://www.lpcware.com/content/project/lpc11u6x-usb-i2c-bridge-implementation
0 Kudos
Reply