An open API service indexing awesome lists of open source software.

https://github.com/pravinraghul/st-drivers

Development of drivers for STM32 MCUs, building on the previous cortex-m-startup project.
https://github.com/pravinraghul/st-drivers

linker-script spi-protocol startup-code uart-protocol

Last synced: 9 months ago
JSON representation

Development of drivers for STM32 MCUs, building on the previous cortex-m-startup project.

Awesome Lists containing this project

README

          

## STM32 Driver Development

- Driver api's for communication protocol like SPI, UART.
- Using the startup code and linker code from my previous project [cortex-m-startup](https://github.com/pravinraghul/cortex-m-startup/tree/main)
- Compiled and tested on STM32f429 disco board.