전체 글 185

MSP430, MSP Flasher - Command Line Programmer

MSP430, MSP Flasher - Command Line Programmer Windows, Linux, Mac 운영체제를 지원합니다.사용법은 별도 페이지에서 정리하겠습니다. MSP Flasher is an open-source, shell-based interface for programming MSP430™ microcontrollers (MCUs) and SimpleLink™ MSP432™ MCUs through a MSP Debug Stack and provides the most common functions on the command line. MSP Flasher can be used to download binary files (.txt/.hex) directly to the MSP ..

MSP430 2018.08.26

MSP430, GCC Compiler 설치

MSP430, GCC - Open Source Compiler for MSP Microcontrollers 설치 개인적인 설치 기준에서는 CCS를 설치하면 GCC Compiler도 같이 포함되는 것 같습니다. 그래서 설치하는 방법에 대해서는 별도로 언급할 부분이 없습니다. http://www.ti.com/tool/msp-exp430fr6989?keyMatch=MSP-EXP430FR6989&tisearch=Search-EN-Everythinghttp://processors.wiki.ti.com/index.php/Download_CCShttp://www.ti.com/lit/ug/slau646c/slau646c.pdf

MSP430 2018.08.26

ESP32, pwm, ledc

ESP32, pwm, ledc 기능적으로 fade up, fade down 기능을 제공하며fade up/down 동작 시간에 block 상태 또는 unblock 상태 설정도 가능합니다. LEDC High and Low Speed Mode Out of the total 8 timers and 16 channels available in the LED PWM Controller, half of them are dedicated to operate in the high speed mode and the other half in the low speed mode. Selection of the low or high speed “capable” timer or the channel is done with para..

ESP32 2018.08.23

ESP32, spiffs

ESP32, spiffs SPIFFS filesystem를 사용하여fopenfprintffgetsrenamefclose 등의 함수를 사용할 수 있습니다. esp-idf\components\spiffs\include\esp_spiffs.h 0. 참고 사이트esp-idf\examples\storage\spiffshttps://github.com/espressif/esp-idf/tree/020ade652d9b6b0b87b0bebe176a150cc4407749/examples/storage/spiffshttps://docs.espressif.com/projects/esp-idf/en/latest/api-reference/storage/spiffs.html 1. 모듈 2. 보드 연결 3. 소스 설명spiffs 기..

ESP32 2018.08.23