LaunchXL-TMS57004: Correct some comments: The LaunchXL has more that 4 LEDs

This commit is contained in:
Gregory Nutt
2015-12-26 18:34:42 -06:00
parent 6131f788b2
commit 19ee04192b
5 changed files with 49 additions and 16 deletions
+8 -4
View File
@@ -76,10 +76,14 @@ LEDs and Buttons
LEDs LEDs
---- ----
The launchpad has a four LEDs two power LEDs labeled D1 (red) that The launchpad has several LEDs:
connects to the TMS570's NERROR pin and D7 (blue) that indicates the
XDS200 POWER_EN signal, and two white, user LEDs labeled D12 that - LEd D1 (white) that connects to the USB +5V supply,
connects to the NHET08 pin and D11 that connects to GIOA2. - LED D10 (red) that connects to the TMS570's NERROR pin,
- D5 (blue), D6 (blue), and D8 (blue) connect to the XDS100 FT2322,
- D7 (blue) connects to the XSD100 CPLD, and
- Two white, user LEDs labeled D12 that connects to the NHET08
pin and D11 that connects to GIOA2.
NHET08 is one of 32 N2HET pins than can be available to the user if NHET08 is one of 32 N2HET pins than can be available to the user if
not used by N2HET. This implementation, however, uses only the single not used by N2HET. This implementation, however, uses only the single
+8 -4
View File
@@ -181,10 +181,14 @@
/* LED definitions ******************************************************************/ /* LED definitions ******************************************************************/
/* LEDs /* LEDs
* *
* The launchpad has a four LEDs two power LEDs labeled D1 (red) that connects to * The launchpad has several LEDs:
* the TMS570's NERROR pin and D7 (blue) that indicates the XDS200 POWER_EN signal, *
* and two white, user LEDs labeled D12 that connects to the NHET08 pin and D11 * - LEd D1 (white) that connects to the USB +5V supply,
* that connects to GIOA2. * - LED D10 (red) that connects to the TMS570's NERROR pin,
* - D5 (blue), D6 (blue), and D8 (blue) connect to the XDS100 FT2322,
* - D7 (blue) connects to the XSD100 CPLD, and
* - Two white, user LEDs labeled D12 that connects to the NHET08
* pin and D11 that connects to GIOA2.
* *
* NHET08 is one of 32 N2HET pins than can be available to the user if not used by * NHET08 is one of 32 N2HET pins than can be available to the user if not used by
* N2HET. This implementation, however, uses only the single LED driven by GIOA2. * N2HET. This implementation, however, uses only the single LED driven by GIOA2.
@@ -48,10 +48,14 @@
/* LEDs /* LEDs
* *
* The launchpad has a four LEDs two power LEDs labeled D1 (red) that * The launchpad has several LEDs:
* connects to the TMS570's NERROR pin and D7 (blue) that indicates the *
* XDS200 POWER_EN signal, and two white, user LEDs labeled D12 that * - LEd D1 (white) that connects to the USB +5V supply,
* connects to the NHET08 pin and D11 that connects to GIOA2. * - LED D10 (red) that connects to the TMS570's NERROR pin,
* - D5 (blue), D6 (blue), and D8 (blue) connect to the XDS100 FT2322,
* - D7 (blue) connects to the XSD100 CPLD, and
* - Two white, user LEDs labeled D12 that connects to the NHET08
* pin and D11 that connects to GIOA2.
* *
* NHET08 is one of 32 N2HET pins than can be available to the user if not * NHET08 is one of 32 N2HET pins than can be available to the user if not
* used by N2HET. This implementation, however, uses only the single LED * used by N2HET. This implementation, however, uses only the single LED
@@ -35,10 +35,14 @@
/* LEDs /* LEDs
* *
* The launchpad has a four LEDs two power LEDs labeled D1 (red) that * The launchpad has several LEDs:
* connects to the TMS570's NERROR pin and D7 (blue) that indicates the *
* XDS200 POWER_EN signal, and two white, user LEDs labeled D12 that * - LEd D1 (white) that connects to the USB +5V supply,
* connects to the NHET08 pin and D11 that connects to GIOA2. * - LED D10 (red) that connects to the TMS570's NERROR pin,
* - D5 (blue), D6 (blue), and D8 (blue) connect to the XDS100 FT2322,
* - D7 (blue) connects to the XSD100 CPLD, and
* - Two white, user LEDs labeled D12 that connects to the NHET08
* pin and D11 that connects to GIOA2.
* *
* NHET08 is one of 32 N2HET pins than can be available to the user if * NHET08 is one of 32 N2HET pins than can be available to the user if
* not used by N2HET. This implementation, however, uses only the single * not used by N2HET. This implementation, however, uses only the single
@@ -33,6 +33,23 @@
* *
****************************************************************************/ ****************************************************************************/
/* LEDs
*
* The launchpad has several LEDs:
*
* - LEd D1 (white) that connects to the USB +5V supply,
* - LED D10 (red) that connects to the TMS570's NERROR pin,
* - D5 (blue), D6 (blue), and D8 (blue) connect to the XDS100 FT2322,
* - D7 (blue) connects to the XSD100 CPLD, and
* - Two white, user LEDs labeled D12 that connects to the NHET08
* pin and D11 that connects to GIOA2.
*
* NHET08 is one of 32 N2HET pins than can be available to the user if
* not used by N2HET. This implementation, however, uses only the single
* LED driven by GIOA2. That LED is tied to ground and illuminated
* with a high level output value.
*/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/