The Getting Started with the MSP430 LaunchPad Workshop is an in-depth introduction into MSP430 basics. The LaunchPad is an easy-to-use development tool intended for beginners and experienced users alike for creating microcontroller-based applications.
The LaunchPad development kit is a part of the MSP430 Value Line series. LaunchPad has an integrated DIP target socket that supports up to 20 pins, allowing MSP430 Value Line devices to be dropped into the LaunchPad board.
Also, an on-board flash emulation tool allows direct interface to a PC for easy programming, debugging, and evaluation. Included are free and downloadable software development environments for writing and debugging software.
LaunchPad can be used to create interactive solutions thanks to its on-board push buttons, LEDs, and extra input/output pins for easy integration of external devices.
OLED屏有多种,按颜色分有单色屏、双色屏及彩色屏;按尺寸分有0.91'、0.96'等;按接口分有I2C接口和SPI接口等。首先介绍一款0.91'的单色OLED屏驱动,它采用的是I2C接口,故只占用2个I/O口。具体的连接关系如下:SCLK---PB8SDIN---PB9输出高低电平的语句定义为:#define OLED_SCLK_Set() GPIOB-BSRE = GP