How To Program Stm32F103C8T6 Using Keil Uvision Stm32Cubemx
Introduction Till now, I have implemented several STM3F103C8T6 MCU based projects using the STM32 Blue Pill Board. In all these projects, I have used the Arduino IDE as the tool for writing the code as well as uploading the code to STM32 using an USB to UART Converter. Using Arduino IDE for STM32 projects is very easy as the familiar Arduino terminology can be applied to STM32F103C8T6 as well. This is acceptable for beginners but if you want to seriously learn the working of the powerful STM32 MCU, then this is not the right way....