https://github.com/embeddedalpha/stm32f407_driver
https://github.com/embeddedalpha/stm32f407_driver
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/embeddedalpha/stm32f407_driver
- Owner: embeddedalpha
- Created: 2023-02-10T00:07:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T23:11:21.000Z (about 3 years ago)
- Last Synced: 2025-01-12T00:28:43.306Z (about 1 year ago)
- Language: C
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Driver for STM32F407VET6
### Board used for testing :

[Board Docs](https://stm32-base.org/boards/STM32F407VET6-STM32F4XX-M.html)
[Datasheet](https://www.st.com/resource/en/datasheet/dm00037051.pdf)
[Reference Manual](https://www.st.com/resource/en/reference_manual/dm00031020-stm32f405-415-stm32f407-417-stm32f427-437-and-stm32f429-439-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf)
- [x] [DMA](https://github.com/embeddedalpha/STM32F407_Driver/tree/main/DMA_Driver)
- [ ] SPI
- [ ] I2C
- [ ] USART
- [ ] GPIO
- [x] [ADC](https://github.com/embeddedalpha/STM32F407_Driver/tree/main/ADC_Driver)
- [ ] DAC
- [ ] DCMI
- [ ] TIM
- [ ] IWDG
- [ ] WWDG
- [ ] RNG
- [ ] RTC
- [ ] SDIO
- [ ] CAN
- [ ] FSMC | FMC
- [ ] INTERRUPTS
- [ ] RCC
- [ ] POWER
- [ ] ETHERNET