Introducing RTOS with stm32

Learn how to implement a Real-Time Operating System (RTOS) with STM32 microcontrollers using STM32CubeIDE. This article includes an example code for blinking LEDs using FreeRTOS on an STM32 board, making it a great starting point for beginners to learn RTOS with STM32. Introduction to RTOS on STM32 Microcontrollers: Real-time operating Read more…

Sine wave generation using dsPIC

Sine wave generation using dsPIC is one of the most popular topics in electronics. Many engineers and hobbyists try this project. So in this article, I’ll start writing on sine wave generating using dsPIC. About dsPIC: The dsPIC (digital signal controller) is a microcontroller family developed by Microchip Technology. They Read more…