With this instruction, we set the P1.0 pin (which is connected to the red led on the LaunchPad) to the output direction. In the MSP430 architecture, P1DIR is a 8-bit register that controls the i/o direction of the Port 1 pins. If you set a bit to 0, it is configured as an in...
(1)MSP430 LaunchPad超值系列开发套件http://www.ti.com.cn/tool/cn/msp-exp430g2 这里有编译环境的指南、LaunchPad的指南、触摸板的指南等等好的资料,如图: (2)Code Composer Studio编译环境的下载地址 http://processors.wiki.ti.com/index.php/Category:CCS (3)MSP430G2553的Code Example这是非常好...
In this tutorial we will learn MSP430 GPIO Programming. It is also applicable for MSP430x2xx devices like MSP430G2553, MSP430G2231, etc found on Launchpad Development board. Most of the pins on MSP430 Microcontrollers are grouped into a maximum of 8Portsviz. P1 to P8. Each port is 8-bits...
Part 3: MSP430 LaunchPad Tutorial - Part 3 - ADC Part 4: MSP430 LaunchPad Tutorial - Part 4 - UART Transmission Interrupts are essential to avoid wasting the processor's valuable time in polling loops, waiting for external events (in fact they are used in Real-Time Operating Systems, RTOS...
MSP-EXP430F5529LP Launchpad Board The MSP-EXP430F5529LP Launchpad board is just like other Launchpad boards, having similar form-factor and layout. Unlike the previously seen MSP-EXP430G2 Launchpads, its header pins are brought out using dual-sided male- female rail-connectors. These allow...