STM32CubeMX Configuration for STM32F103C8Tx UART Data Manager

STM32CubeMX Configuration for STM32F103C8Tx UART Data Manager

Introduction Since both the Arduino controlling the lead screw and the board controlling the servo only have one UART, they need to communicate with each other, and also with the Raspberry Pi. Therefore, the number of UARTs is insufficient. Thus, I created a UART Data Manager using the STM32F103 chip, which has three UARTs: USART1~3. … Read more

Smooth Control of an LCD Display with STM32 LTDC

Smooth Control of an LCD Display with STM32 LTDC

01. LTDC As we know, the STM32H series, being high-performance chips, mostly comes with peripherals dedicated to LCD screens. Among them, LTDC is the specific peripheral for controlling LCD screens. LTDC stands for Lcd-Tft Display Controller, which is the LCD refresh controller, available on many H7 series and some other series. In this issue, we … Read more

STM32CubeMX User Manual – Quick Guide

STM32CubeMX User Manual - Quick Guide

Click to read the original text and go to get it for free Many friends are attracted by the graphical way of generating project code with CubeMX, greatly improving project development efficiency. However, sometimes when encountering problems and wanting to check the manual for solutions, they find it is all in English. To solve this … Read more