Revision 8, 0.8 kB
(checked in by phil, 15 years ago)
|
Added Examples etc. from CD
|
Line | |
---|
1 |
The Memory project is a demo program for the CP-JR ARM7 LPC2368 |
---|
2 |
Board using the Philips LPC2368 Microcontroller. |
---|
3 |
|
---|
4 |
It demonstrates an USB Memory based on USB Mass Storage Class. |
---|
5 |
|
---|
6 |
LEDs are used to display the following: |
---|
7 |
- P2.0: LED_RD is on when USB Device is performing Read access |
---|
8 |
- P2.1: LED_WR is on when USB Device is performing Write access |
---|
9 |
- P2.4: LED_CFG is on when USB Device is configured |
---|
10 |
- P2.5: LED_SUSP is on when USB Device is suspended |
---|
11 |
|
---|
12 |
The USB Memory is automatically recognized by the host PC |
---|
13 |
running Windows which will load a generic Mass Storage driver. |
---|
14 |
|
---|
15 |
The Memory program is available for the following targets: |
---|
16 |
LPC2368: configured for on-chip Flash ROM |
---|
17 |
(used for production or target debugging) |
---|
18 |
|
---|
19 |
Note: set jumper J11 to [12]3 (jumper towards JTAG connector) |
---|
20 |
for USB soft connect |
---|