STM32C0316-DK FreeRTOS 실습 #1 – 두 개의 Task가 동시에 실행되는 것처럼 보이는 이유

2026년 06월 14일

개요 이전 글에서는 STM32C0316-DK 개발보드에 FreeRTOS-Kernel V11.3.0을 수동으로 포팅하고 하나의 LED Task가 정상적으로 동작하는 것을 확인하였습니다. 이전 글은 아래 링크에서...
Read More

How to Manually Install FreeRTOS-Kernel V11.3.0 on STM32C0316-DK

2026년 06월 11일

Introduction STM32C031 FreeRTOS Manual Port is the main topic of this tutorial series. FreeRTOS is one of the most widely...
Read More

Implementing PT100 Temperature Measurement Using STM32 ADC DMA

2026년 05월 02일

Introduction In the previous posts, I connected the STM32 and the PT100 analog interface board and tested two different methods...
Read More