Using the LPC1343 chip in custom projects
06-15-2016
09:57 AM
944 次查看
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
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
1 回复
06-15-2016
09:57 AM
882 次查看
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
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
