News

STM32, VSCode and CMake detailed tutorial. Contribute to pvorobei/stm32-cube-cmake-vscode-training development by creating an account on GitHub.
This repository contains a STM32CubeMX (STM32 Cube MX) profile and generated source code for STM32 Smart v2 board with all peripheria configured. (STM32F103C8T6 ARM STM32 Minimum System Development ...
In this STM32 I2C tutorial we will configure the STM32F103C8 as Master and Arduino as Slave. Both boards are attached with an LED & a push button separately. To demonstrate I2C communication in STM32, ...
In this STM32 SPI communication example, we will use Arduino UNO as Slave and STM32F103C8 as Master with Two 16X2 LCD display.