STM32C0316-DK FreeRTOS Queue 실습 #3 – ADC 조이스틱 이벤트를 다른 Task로 전달하기
2026년 06월 26일
개요 지금까지 우리는 FreeRTOS를 수동으로 설치하는 방법과 두 개의 LED Task를 이용한 멀티태스킹의 개념을 살펴보았으며, Semaphore를 이용한 Task 간 이벤트...
Read More STM32C0316-DK FreeRTOS Practice #2 – Task-to-Task Event Signaling Using Semaphores
2026년 06월 22일
Overview In the previous practice, we created two tasks and verified the basic multitasking behavior of FreeRTOS. Although a single-core...
Read More STM32C0316-DK FreeRTOS 실습 #2 – Semaphore를 이용한 Task 간 이벤트 전달
2026년 06월 16일
개요 이전 실습에서는 두 개의 Task를 생성하여 FreeRTOS의 기본적인 멀티태스킹 동작을 확인해 보았습니다. 단일 코어 MCU는 실제로 한 순간에 하나의...
Read More STM32C0316-DK FreeRTOS Tutorial #1 – Why Two Tasks Seem to Run at the Same Time
2026년 06월 15일
Overview In the previous article, we manually ported FreeRTOS-Kernel V11.3.0 to the STM32C0316-DK development board and verified that a simple...
Read More 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 STM32C0316-DK에 FreeRTOS-Kernel V11.3.0 수동 설치하기
2026년 06월 10일
개요 FreeRTOS는 임베디드 업계에서 가장 널리 사용되는 실시간 운영체제(RTOS) 중 하나입니다. 비교적 작은 메모리를 가진 MCU에서도 동작할 수 있도록 설계되어...
Read More Reading PT100 Signals with STM32F103 ADC (Polling Method Experiment)
2026년 04월 26일
Introduction In the previous article, I designed an analog front-end (AFE) board for reading PT100 signals using an ADC instead...
Read More