Skip to content

Commit 9642910

Browse files
authored
Update README.md
1 parent 434a180 commit 9642910

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# stm32-pwm
22
```
3-
generates a pwm signal on a gpio pin using tim1 and dma on a blackpill board
4-
libopencm3 is being used as HAL
3+
pwm signal on a gpio pin using tim1 and dma on a blackpill board stm32f401
4+
libopencm3 as HAL
55
```
66
## Helpful documents
77
```
88
RM 0368 Reference manual STM32F401xB/C and STM32F401xD/E advanced Arm®-based 32-bit MCUs
99
STM32F401xB STM32F401xC Arm® Cortex®-M4 32-bit MCU+FPU, 105 DMIPS, 256KB Flash / 64KB RAM, 11 TIMs, 1 ADC, 11 comm. interfaces
1010
```
11+
12+
## Tools ##
13+
```
14+
os : windows
15+
make, gcc & friends : https://xpack.github.io/dev-tools/arm-none-eabi-gcc
16+
ide : https://www.eclipse.org
17+
shell : https://www.cygwin.com
18+
st-link : https://www.st.com/en/development-tools/st-link-v2.html, alixepress
19+
```

0 commit comments

Comments
 (0)