stm32cubemx
Projects with this topic
-
TouchGFX demo using a NUCLEO-F446RE board and a 128x64 pixel monochrome OLED with an SH1106 driver over SPI.
Updated -
Simple test project to use wiznet 5500 ethernet module with custom stm32 (but in this case smt32f407zg)
Updated -
Simple code template to test is keyboard (button matrix) 4x4 works fine
Updated -
Simple test project to check is diplay connected right
Updated -
Raw supply, based on tranzistors, code
Updated -
Raw code for supply with current and voltage regulation
Updated -
Raw version of robohand controller, that recieves data from android device and controlls servos connected to pins
Updated -
Simple STM32 Cube IDE project that blinks led when some data recieved in bluetooth HC-05 module
Updated -
This is a sample code that reflects my coding style. This is a data logger project using STM32CubeMX, Keil, FreeRTOS, and CMSIS designed to be run on an STM32 platform. I try to implement it as a modular and reusable code, which can be used in other projects ;) Notice: No refactoring and MISRA-C rule check has been performed for this project, due to the lack of time. So you can find some violent actions on pointers or lack of the asserting cases in that code.
Updated -
HAL STM32Cube drivers for all stm32 series with unnecessary files stripped (only needed c files left)
Updated