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:mspexp430g2 [2020/12/28 12:33]
darron [Launchpad demo]
boards:mspexp430g2 [2024/01/03 10:16] (current)
darron [Crystal]
Line 1: Line 1:
 ==== MSP-EXP430G2 Launchpad ==== ==== MSP-EXP430G2 Launchpad ====
 <wrap right> <wrap right>
-{{:boards:microxtal.jpg?100}} 
 {{:boards:msp430.jpg?200}} {{:boards:msp430.jpg?200}}
 +\\ \\
 +{{boards:msp430g2.jpg?200}}
 +\\ \\
 +{{boards:msplpmode.jpg?200}}
 </wrap> </wrap>
  
Line 18: Line 21:
  
 <code> <code>
-USB+      USB 
 +TP3 GND VBUS TP1
                                       J3 = SW UART                                       J3 = SW UART
  
Line 32: Line 36:
 P2.2                                          P2.3 P2.2                                          P2.3
  
-                                               GND 
 P1.3   P1.0 P1.6                   RESET       GND P1.3   P1.0 P1.6                   RESET       GND
-S2     LED1 LED2                   S1          VCC +S2     LED1 LED2                   S1          GND 
-       RED  GREEN+       RED  GREEN                              VCC
 </code> </code>
  
Line 43: Line 46:
 </wrap> </wrap>
  
-First install the [[tools:msp430gcc|development]] and [[tools:mspdebug|programming]] tools.+First install the [[tools:msp430gcc|development]] and [[tools:mspdebug|programming/debugging]] tools.
  
 Demo Demo
Line 72: Line 75:
 It should be noticed that the TI demo was written for devices without a hardware UART It should be noticed that the TI demo was written for devices without a hardware UART
 and the DIP switches needs to be in the SW UART position to operate. and the DIP switches needs to be in the SW UART position to operate.
 +=== Crystal ===
 +<wrap right>
 +{{:boards:microxtal.jpg?100}}
 +{{:boards:xtal.png?150}}
 +{{:boards:32k.jpg?150}}
 +</wrap>
 +
 +
 +When attaching the 32768 Hz crystal, R28 and R29 can be removed to disable header access to XIN and XOUT.
 +
 +The through holes can be used to attach a generic [[https://wiki.kewl.org/downloads/Ta-1082.pdf|crystal]]
 +which is easier to solder than the SMD crystal.
 === Schematics === === Schematics ===
  
 {{:boards:LaunchPadSheet1.png?200|Debugging and programming}} {{:boards:LaunchPadSheet1.png?200|Debugging and programming}}
 {{:boards:LaunchPadSheet2.png?200|USB interface}} {{:boards:LaunchPadSheet2.png?200|USB interface}}
-{{:boards:LaunchPadSheet3.png?200|MSP430 value line processor}}+{{:boards:LaunchPadSheet3.png?200|MSP430 value line device}}
  
-== Crystal == 
  
-When attaching the 32768 Hz crystal, R28 and R29 can be removed to disable header access to XIN and XOUT. 
- 
-The through holes can be used to attach a generic [[https://wiki.kewl.org/downloads/Ta-1082.pdf|crystal]] 
-which is easier to solder that the SMD crystal. 
 === Resources === === Resources ===
  
 [[http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430g2.html|Product page]] [[http://www.ti.com/ww/en/launchpad/launchpads-msp430-msp-exp430g2.html|Product page]]
 +
 +[[https://www.ti.com/lit/ug/slau318g/slau318g.pdf|User manual]]
  
 [[https://www.ti.com/product/MSP430G2452|MSP430G2452 product page]] [[https://www.ti.com/product/MSP430G2452|MSP430G2452 product page]]
Line 92: Line 104:
 [[https://www.ti.com/product/MSP430G2553|MSP430G2553 product page]] [[https://www.ti.com/product/MSP430G2553|MSP430G2553 product page]]
  
-[[https://www.argenox.com/library/msp430/|Tutorial]]+[[https://www.ti.com/lit/pdf/slau144|MSP430F2xx, MSP430G2xx Family User's Guide]]
  
-[[https://github.com/msp430club|Examples]]+[[https://www.ti.com/lit/ug/slau646f/slau646f.pdf|MSP430-GCC user's guide]] 
 + 
 +[[https://www.argenox.com/library/msp430/|Tutorial]]