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

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

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)