STM32 : SPI 및 DMA
from: https://rhye.org/post/stm32-with-opencm3-2-spi-and-dma/ 이전 섹션 에서는 대체 기능을 다루고 UART를 통해 로그 콘솔을 구성했습니다. 이번에는 에서 사용할 수 있는 SPI 주변 장치를 살펴보고 [crayon-66ec449e1ace0037602142-i/]이를 사용하여 데이터를 일부 시프트 레지스터로 빠르게 이동한 다음 DMA를 사용하여 주…
STM32F4 – ADC with DMA
출처: https://louie0724.tistory.com/362 1. ADC와 DMA 설명 1) ADC(Analog to Digital Converter) 계산방법 - STM32는 Reference 전압이 3.3v 임 - ADC 1당 전압[V[ = VREF(Voltage Reference) / Bit Resolution = 3.3v…
STM32 UART DMA RX and TX
This application note contains explanation with examples for [crayon-66ec449e1c490556540575-i/] distinct topics: Data reception with UART and DMA when application does not know size of bytes to receive in advance Data…