https://github.com/shuai132/stm32_timer_adc
STM32F103C8 ADC DMA using TIMER
https://github.com/shuai132/stm32_timer_adc
adc stm32
Last synced: about 1 year ago
JSON representation
STM32F103C8 ADC DMA using TIMER
- Host: GitHub
- URL: https://github.com/shuai132/stm32_timer_adc
- Owner: shuai132
- Created: 2019-10-16T18:21:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T10:22:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T02:41:30.274Z (about 1 year ago)
- Topics: adc, stm32
- Language: C
- Homepage:
- Size: 555 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32_TIMER_ADC
MCU: STM32F103C8Tx
## DevelopTools
* STM32CubeMX
* arm-none-eabi-gcc
* CLion(CMake)
* OpenOCD
* ST-LINK
## Install Requirements(for macOS)
* config OpenOCD and ST-LINK
```bash
brew install openocd
brew install stlink
brew cask install gcc-arm-embedded
```
## Usage
* [blog](https://blog.csdn.net/u012456479/article/details/101543344)
## Links
* [arm-none-eabi-gcc](https://developer.arm.com/tools-and-software/open-source-software)