https://github.com/mphhpm/stm32-blinky
https://github.com/mphhpm/stm32-blinky
dma libopencm3 stm32f4-bluepill timer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mphhpm/stm32-blinky
- Owner: mphhpm
- Created: 2023-08-10T14:06:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T11:39:00.000Z (10 months ago)
- Last Synced: 2025-03-14T09:43:47.141Z (8 months ago)
- Topics: dma, libopencm3, stm32f4-bluepill, timer
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stm32-blinky
Yet another blinky on the bluepill board stm32f401
```
lets the led on a bluepill be flashing using gpio pin, tim1 and dma
libopencm3 as HAL
```
## Helpful documents
```
RM 0368 Reference manual STM32F401xB/C and STM32F401xD/E advanced Arm®-based 32-bit MCUs
STM32F401xB STM32F401xC Arm® Cortex®-M4 32-bit MCU+FPU, 105 DMIPS, 256KB Flash / 64KB RAM, 11 TIMs, 1 ADC, 11 comm. interfaces
```
## Tools ##
```
os : windows
make, gcc & friends : https://xpack.github.io/dev-tools/arm-none-eabi-gcc
libs : https://libopencm3.org
ide : https://www.eclipse.org
shell : https://www.cygwin.com
st-link : https://www.st.com/en/development-tools/st-link-v2.html, alixepress
```