Revision 8, 0.7 kB
(checked in by phil, 16 years ago)
|
Added Examples etc. from CD
|
Line | |
---|
1 |
The HID project is a demo program for the CP-JR ARM7 LPC2368 Board |
---|
2 |
using the NXP LPC2368 Microcontroller. |
---|
3 |
|
---|
4 |
It demonstrates an USB HID (Human Interface Device): |
---|
5 |
- 8 LEDs (P2[0..7]) |
---|
6 |
- 3 Push Button SW |
---|
7 |
-> P2[10](SW1:INT0) |
---|
8 |
-> P4[28](SW3:GPIO) |
---|
9 |
-> P4[29](SW4:GPIO) |
---|
10 |
|
---|
11 |
The USB HID is recognized by the host PC running Windows |
---|
12 |
which will load a generic HID driver. The board LEDs |
---|
13 |
and Push Buttons can then be accessed from the PC |
---|
14 |
through a custom HID Client Program. |
---|
15 |
|
---|
16 |
The HID program is available for the following targets: |
---|
17 |
|
---|
18 |
LPC2368: configured for on-chip Flash ROM |
---|
19 |
(used for production or target debugging) |
---|
20 |
|
---|
21 |
Note: set jumper J11 to [12]3 (jumper towards JTAG connector) |
---|
22 |
for USB soft connect |
---|