STM32
Projects with this topic
-
This is repository for university laboratories about Digital Signal Processors Architectures.
Updated -
Driver for ili9486display controller, it was developed using a nucleo board, since it does not have a PMP was needed implement it, it has three ways to send the data, through a bit field, spaming the data over all the GPIO ports, or spreading the data over all the ports using DMA .
Updated -
Driver for ili9341 display controller, it was developed using a nucleo board, since it does not have a PMP was needed implement it, it has two ways to send the data, through a bit field or spaming the data over all the GPIO ports.
Updated -
SerialCom is a multithreaded program writen in C to communicate through the serial port.
Updated -
An open source, Nintendo 64 cartridge and save file reader with a focus on clean structure and documentation
Updated -
LEM speech recognition device, designed for Signal Processing lecture.
Updated -
Lightweight USB device Stack for STM32 microcontrollers
Updated -
A repository for my STM32MP157F-DK2 documentation
Updated -
My simple knowledge sheet and helper for programming on STM32.
UpdatedUpdated -
Electronic Device Control library for microcontroller applications
Updated -
From-Scratch bare metal development of a STM32F429ZI on an STM32F4-Discovery board. Everything is hand written and used to understand all processes of embedded application (especially building, vectors, and runtime and startup).
Updated -
Site des présentations des tutoriels de STM32Python http://stm32python.gitlab.io/presentations/ . Les présentations sont réalisées en remarkjs.
Updated -
-
Firmware for an IoT cloud-based magnetometer system using a ST B_L4S5I_IOT01A dev board.
Updated -
STM32 beacon project source code with support for Eddystone and i Beacon
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 -
-
Automatic light with a STM32, PIR AM312 sensor and a photo-resistor.
Updated -
This is a higher level API (or HAL) for using the serial port (USART1, USART2, USAR3, etc.), intially developed on the Blue Pill (STM32F103C8) with libOpenCM3.
Updated -