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

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.

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