CCS 19

MSP430, CCS, I2C, PCF8563

MSP430, CCS, I2C, PCF8563 ※ msp430.h 를 사용하는 소스입니다. i2c interface 방식과 gpio 방식 2가지로 동작을 확인하였습니다. Did you have a look at the example codes for the MCU that is provided by TI for almost every processor? www.ti.com/lit/zip/slac536 The following examples show how to set up the clocks: msp430fr59xx_cs_01.c Configure MCLK for 8MHz operation msp430fr59xx_cs_02.c Configure MCLK for 16MHz operation msp430f..

MSP430 2018.09.06

MSP430, CCS, SPI, at45dbxx data flash

MSP430, CCS, SPI, at45dbxx data flash ※ msp430.h 를 사용하는 소스입니다. SPI 3개 핀 (MISO, MOSI, SCK)을 사용하여 동작하도록 하였습니다.CS 핀은 별도로 제어합니다. 1. use spi interface - UCA0 - P1.4 : Chip Select - P1.5 : Serial Clock Out (UCA0CLK) - P1.6 : Reset - P2.0 : Data Out (UCA0SIMO) - P2.1 : Data In (UCA0SOMI) 2. msp430fr6989 development kit backchannel (uart) - use USCI_A1 - P3.5 : UCA1RXD - P3.4 : UCA1TXD - BaudRate : 1152..

MSP430 2018.09.05

MSP430, CCS, USCI_A1, BackChannel, UartEcho

MSP430, CCS, USCI_A1, BackChannel, UartEcho ※ msp430.h 를 사용하는 소스입니다. msp430fr6989 개발 키트에서 사용하고 있는BackChannel 은 USCI_A1 을 사용하고 있으며관련하여 Uart 사용법에 대한 부분입니다. Did you have a look at the example codes for the MCU that is provided by TI for almost every processor? www.ti.com/lit/zip/slac536 The following examples show how to set up the clocks: msp430fr59xx_cs_01.c Configure MCLK for 8MHz operation msp4..

카테고리 없음 2018.09.03