Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:mspexp430fr5994 [2023/11/07 19:01]
darron [MSP-EXPFR5994 Launchpad Development Kit]
boards:mspexp430fr5994 [2024/01/03 10:18] (current)
darron [MSP430 FLASHER]
Line 1: Line 1:
 ====MSP-EXPFR5994 Launchpad Development Kit==== ====MSP-EXPFR5994 Launchpad Development Kit====
  
-[[:tools:mspdebug|Mspdebug]] is used to program this device using its `eZ FET lite' +<wrap right> 
-interface.+{{boards:fr5994.jpg?200}} 
 +</wrap> 
 + 
 +===MSPDEBUG=== 
 + 
 +[[:tools:mspdebug|Mspdebug]] can be used to program this device using its `eZ FET lite' 
 +interface, however, it doesn't appear to work reliably. 
 + 
 +[[:tools:mspdebug|Mspdebug]] with the tilib interface does seem to work reliably, yet, 
 +if ez-fet mode was attempted before-hand the board will need a power cycle. 
 + 
 +===MSP430 FLASHER=== 
 + 
 +[[:tools:mspflasher|MSP430 Flasher]] can program this device using TI TEXT files. 
 +It has the same issue if mspdebug eZ-FET mode was attempted previously, so do not do that.
 ===Pinout=== ===Pinout===
  
 <code> <code>
-RST +RST          GND 5V 3V3 RxD TxD SBW SBW 
-S3+S3           eZ-FET Spy-Bi-Wire RST TST
  
-3V3  5V                      P3.7 GND +        3V3  5V              P3.7 GND 
-P1.2 GND                     P3.6 P5.7 +        P1.2 GND             P3.6 P5.7 
-P6.1 P3.0                    P3.5 P4.4 +UCA3RXD P6.1 P3.0            P3.5 P4.4 
-P6.0 P3.1                    P3.4 P5.3 +UCA3TXD P6.0 P3.1            P3.4 P5.3 
-P6.2 P3.2                    P7.3 !RST +        P6.2 P3.2            P7.3 RST 
-P1.3 P3.3                    P2.6 P5.0 +        P1.3 P3.3            P2.6 P5.0 
-P5.2 P1.4                    P2.5 P5.1 +        P5.2 P1.4            P2.5 P5.1 
-P6.3 P1.5                    P4.3 P8.3 +        P6.3 P1.5            P4.3 P8.3 
-P7.1 P4.7                    P4.2 P8.2 +UCB2SCL P7.1 P4.7            P4.2 P8.2 
-P7.0 P8.0                    P4.1 P8.1 +UCB2SDA P7.0 P8.0            P4.1 P8.1 
- +             SUPERCAP 
-                    SUPERCAP +             J8 
-                    J8+             USE 3V3 CHARGE
 P5.6                         P5.5 P5.6                         P5.5
 S1                           S2 S1                           S2
 +     LED1
      J7      J7
 GND                          GND GND                          GND
 GND                          GND GND                          GND
-5V           MICROSD         3V3+5V           microSD         3V3 
 + 
 +LEDS 
 +RED   P1.0 LED1 
 +GREEN P1.1 LED2 
 + 
 +eZ-FET VCP 
 +TxD P2.0 UCA0TXD 
 +RxD P2.1 UCA0RXD 
 + 
 +microSD 
 +DETECT P7.2 
 +MOSI   P1.6 UCB0SIMO 
 +MISO   P1.7 UCB0SOMI 
 +CS     P4.0 
 +CLK    P2.2 UCB0CLK
 </code> </code>
 ===Resources=== ===Resources===
Line 44: Line 74:
  
 [[https://www.ti.com/lit/an/slaa522a/slaa522a.pdf|Migrating from the USCI Module to the eUSCI Module]] [[https://www.ti.com/lit/an/slaa522a/slaa522a.pdf|Migrating from the USCI Module to the eUSCI Module]]
 +
 +[[https://www.ti.com/tool/MSPWARE#downloads|MSP430Ware Software Examples (needs authentication)]]
 +
 +[[https://dev.ti.com/tirex/explore/node?node=A__AMOGChUONzjBIMM5H6UUIA__msp430ware__IOGqZri__LATEST|MSP430Ware Software Examples for MSP430FR5994 (online)]]