ST Micro JTAG 단자를 IO로 사용하기
from: https://eroro.tistory.com/430 [crayon-6839ad97ed330711757413/]
from: https://eroro.tistory.com/430 [crayon-6839ad97ed330711757413/]
from: https://rhye.org/post/stm32-with-opencm3-2-spi-and-dma/ 이전 섹션 에서는 대체 기능을 다루고 UART를 통해 로그 콘솔을 구성했습니다. 이번에는 에서 사용할 수 있는 SPI 주변 장치를 살펴보고 [crayon-6839ad97ee191840928599-i/]이를 사용하여 데이터를 일부 시프트 레지스터로 빠르게 이동한 다음 DMA를 사용하여 주…
from: https://deepbluembedded.com/stm32-gpio-leds-buttons-interfacing-driver/ Back again to resume those STM32 tutorials. In this tutorial, we’ll be discussing the usage of STM32 GPIO pins to drive LEDs and read the digital state…
from: https://deepbluembedded.com/stm32-joystick-library-driver-examples/ In this tutorial, we’ll be discussing the usage of STM32 ADC and analog input pins to interface and read one joystick or more. I’ll also show you…
from: https://deepbluembedded.com/stm32-keypad-interfacing-library/ STM32 KeyPad Interfacing Driver (Library) In this tutorial, we’ll be discussing the usage of STM32 GPIO pins to interface and read a keypad matrix, It can be…
from: https://deepbluembedded.com/stm32-timer-encoder-mode-stm32-rotary-encoder-interfacing/ STM32 Timer Encoder Mode – STM32 Rotary Encoder Interfacing In this tutorial, we’ll discuss the STM32 Timer encoder mode. We’ll also do STM32 rotary encoder interfacing using…
출처: https://louie0724.tistory.com/361 1. 기본적인 스위치 구성 회로 - 위의 콘덴서가 없을 경우 아래와 같이 노이즈가 발생하게 됨 2. GPIO 외부 인터럽트 설정 - NVIC에서 외부 인터럽트를 활성화…
출처: 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…