Class library for internal ADC and DAC connected by SPI. This library support clock generator using TIM3 for switched-capacitor filter to smooth output signal of DAC. This library includes derivative class to support interrupt occured in end of AD conversion. Validated for ST Nucleo F401RE, F411RE. 内蔵 ADC と,SPI 接続の DAC のためのクラスライブラリ.DAC の出力信号を平滑化するためのスイッチトキャパシタフィルタ用のクロックは TIM3 を使用.ST Nucleo F401RE,F411RE で動作を確認.

Dependents:   UITDSP_ADDA_Example UIT2_MovingAv_Intr UIT2_VariableFIR UIT2_VowelSynthesizer ... more

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sat Jul 25 05:40:26 2015 +0000
Parent:
7:14cdca8b48f8
Commit message:
6

Changed in this revision

ADC_BuiltIn.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 14cdca8b48f8 -r 543daa087bd5 ADC_BuiltIn.cpp
--- a/ADC_BuiltIn.cpp	Sun Apr 19 09:39:28 2015 +0000
+++ b/ADC_BuiltIn.cpp	Sat Jul 25 05:40:26 2015 +0000
@@ -3,7 +3,7 @@
 //      To get bit definition for register in
 //      peripheral, see "stm32f401xe.h"
 //
-// 2015/04/19, Copyright (c) 2014 MIKAMI, Naoki
+// 2015/04/19, Copyright (c) 2015 MIKAMI, Naoki
 //------------------------------------------------------
 
 #include "ADC_BuiltIn.hpp"