MSP430

MSP430, CCS, LCDMEM

CoyoteUgly 2018. 9. 6. 14:16

MSP430, CCS, LCDMEM



msp430.h 를 사용하는 소스입니다.


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
msp430fr59xx_cs_03.c       Output 32768Hz crystal on XT1 and observe failsafe
msp430fr59xx_cs_04.c       ACLK = XT1 = 32768Hz, SMCLK= XT2 = 8MHz, MCLK = DCO
msp430fr59xx_cs_05.c       Using LFXT in bypass mode, failsafe operation shown


0. 참고 사항



출처: http://coyoteugly.tistory.com/188 [마이콤 개발자를 위한 여행]

0. 참고 사항


1. HW 연결

2. 소스 설명

full 소스는 아래 github를 통해 확인하세요.

3. 소스


4. 결과


https://youtu.be/OW7EHTeinXY



'MSP430' 카테고리의 다른 글

MSP430, CCS, UART, printf 구현  (0) 2018.09.06
MSP430, CCS, RTC, Internal Register  (0) 2018.09.06
MSP430, CCS, ADC, rotation_sensor  (0) 2018.09.05
MSP430, CCS, SPI, at45dbxx data flash  (0) 2018.09.05
MSP430, CCS, USCI_A0, UartEcho  (0) 2018.09.03