https://github.com/rohithsaji97/stm32_sample
This contains sample codes displaying features like UART, ADC, I2C, SPI, DMA, Timers, SYSTICK etc. for baremetal embedded programming. Also contains the library files and data sheet, reference manual and user manual.
https://github.com/rohithsaji97/stm32_sample
adc bare-metal c dma embedded-c gpio i2c interrupts spi stm32 stm32f3-discovery systick timers usart
Last synced: about 2 months ago
JSON representation
This contains sample codes displaying features like UART, ADC, I2C, SPI, DMA, Timers, SYSTICK etc. for baremetal embedded programming. Also contains the library files and data sheet, reference manual and user manual.
- Host: GitHub
- URL: https://github.com/rohithsaji97/stm32_sample
- Owner: Rohithsaji97
- Created: 2025-07-20T12:15:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T12:53:30.000Z (3 months ago)
- Last Synced: 2025-07-20T14:22:55.818Z (3 months ago)
- Topics: adc, bare-metal, c, dma, embedded-c, gpio, i2c, interrupts, spi, stm32, stm32f3-discovery, systick, timers, usart
- Language: C
- Homepage:
- Size: 29.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32_sample
This contains sample codes displaying features like UART, ADC, I2C, SPI, DMA, Timers, SYSTICK etc. for baremetal embedded programming. Also contains the library files and data sheet, reference manual and user manual.
Make sure to include the headers so you can use "stm32f3xx.h". That is to include them in the path and add symbol.
Also check the src files to see other .c files other than main.c and includes folder to get the .h files