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

https://github.com/mphhpm/stm32-blinky


https://github.com/mphhpm/stm32-blinky

dma libopencm3 stm32f4-bluepill timer

Last synced: 3 months ago
JSON representation

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
```