STM32 – SPI 이용 ST7735 LCD 드라이버 제어
출처: https://rs29.tistory.com/22 사용한 ST7735 드라이버 탑재 80x160 0.96인치 LCD (사용한 LCD 모듈 기준) - 디스플레이 해상도 : 80x160 (드라이버 지원 해상도는 132x162, 128x160) - 통신 : SPI (사용 모듈의…
출처: https://rs29.tistory.com/22 사용한 ST7735 드라이버 탑재 80x160 0.96인치 LCD (사용한 LCD 모듈 기준) - 디스플레이 해상도 : 80x160 (드라이버 지원 해상도는 132x162, 128x160) - 통신 : SPI (사용 모듈의…
출처: https://rs29.tistory.com/13 통신 방법 : SPI (최대속도 : 10Mhz) 작동 전압 : 4.0~5.5 환경 : P-NUCLEO-WB55 개발 보드, Atollic TrueSTUDIO [동작] 16 비트 데이터 포맷 사용 (D15~D12…
This application note contains explanation with examples for [crayon-68f9a273762b5920148455-i/] distinct topics: Data reception with UART and DMA when application does not know size of bytes to receive in advance Data…
https://github.com/liyanboy74/soft-uart soft-uart-master Multi Software Serial (UART) For STM32 The library work fine for virtualize 6 UART full duplex in baud rate 9600. All UART work together parallelly! Library Dir: Softuart.h…
출처: vuzwa.tistory.com 우선 STM32 MCU의 전원 관련 핀을 살펴보자. 본 포스팅에서는 STM32H723ZGT6 MCU를 이용해서 전원 관련 회로를 확인해보도록 하겠다. Nucleo 보드회로를 살펴보면, 전원 관련핀이 엄청 많다. 우선 각 핀들이…