Skip to content

Using STM32F103. Just basic GPIO Control without using DMA for better performance

Notifications You must be signed in to change notification settings

PEMessage/SimpleWaveGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDAC


Describe

  1. This is a Simple Parallel DAC driver without using DMA or other fancy method

  2. Only some normal GPIO Control stuff

  3. due to that is only capable within 1KHz frequency (STM32F103__72MHz 64Point Sin Wave) , But the code itself is extremely simple

简介

  1. 一个简单的并行ADC驱动,不使用DMA

  2. 代码本身只有一般的GPIO控制

  3. 频率最快只到1KHz( STM32F103_72MHz 64点 正弦波) 但是代码非常简单

About

Using STM32F103. Just basic GPIO Control without using DMA for better performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published