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.
- Host: GitHub
- URL: https://github.com/pravinraghul/st-drivers
- Owner: pravinraghul
- Created: 2023-10-02T16:34:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T03:20:00.000Z (over 1 year ago)
- Last Synced: 2025-03-27T15:18:07.168Z (about 1 year ago)
- Topics: linker-script, spi-protocol, startup-code, uart-protocol
- Language: C
- Homepage:
- Size: 850 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.