Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellectroid/stm32f746-cmsis-chained-timers-demo
STM32F746 demo of 4 chained timers starting each other in various ways
https://github.com/ellectroid/stm32f746-cmsis-chained-timers-demo
cmsis pwm-pins stm32 stm32f7 stm32f746g-discovery timer timer-interrupt timers
Last synced: about 22 hours ago
JSON representation
STM32F746 demo of 4 chained timers starting each other in various ways
- Host: GitHub
- URL: https://github.com/ellectroid/stm32f746-cmsis-chained-timers-demo
- Owner: ellectroid
- Created: 2022-03-25T12:45:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T12:54:11.000Z (over 2 years ago)
- Last Synced: 2023-09-30T05:58:12.313Z (about 1 year ago)
- Topics: cmsis, pwm-pins, stm32, stm32f7, stm32f746g-discovery, timer, timer-interrupt, timers
- Language: C
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32F746-Chained-Timers-Demo
Demonstration of chaining 4 times, that activate one another in different ways.Clock: 216MHz; 25MHz external oscillator with PLL.
LED on PI1.
PB4, PI0 and PB15 (Disco board's ARD D3, D5, D11 respectively)This project is a proof of concept (that I can).
Might be useful for someone who wants to figure out how the stuff works.
I commented almost every line to make it simple to understand.Hardware:
STM32F746 Disco boardSoftware:
STM32CubeIDE
No libraries used except for CMSIS register definitions.