Internal Temperature of STM32

Sometimes, we need to measure or check the internal temperature of the microcontrollers for safety reasons. So, in this article, I’ll cover how to measure the Internal Temperature of STM32 microcontrollers using the STM32CubeIDE compiler. So let’s begin. Why need to measure Internal Temperature? The answer is simple, for safety. Read more…

STM32 as USB Device

In this article, let’s make a USB device using an STM32 microcontroller. USB is a very popular communication method and we almost every day, use such device that works with USB. Now, let’s make our own device. USB communication: USB is the most popular and daily life communication protocol among Read more…