資源簡介
STM32F103 使用定時器觸發ADC,并使用DMA中斷+雙緩沖實現數據采集。 博客地址 http://blog.csdn.net/u014124220/article/details/50785775
代碼片段和文件信息
/**************************************************************************//**
?*?@file?????core_cm3.c
?*?@brief????CMSIS?Cortex-M3?Core?Peripheral?Access?layer?Source?File
?*?@version??V1.30
?*?@date?????30.?October?2009
?*
?*?@note
?*?Copyright?(C)?2009?ARM?Limited.?All?rights?reserved.
?*
?*?@par
?*?ARM?Limited?(ARM)?is?supplying?this?software?for?use?with?Cortex-M?
?*?processor?based?microcontrollers.??This?file?can?be?freely?distributed?
?*?within?development?tools?that?are?supporting?such?ARM?based?processors.?
?*
?*?@par
?*?THIS?SOFTWARE?IS?PROVIDED?“AS?IS“.??NO?WARRANTIES?WHETHER?EXPRESS?IMPLIED
?*?OR?STATUTORY?INCLUDING?BUT?NOT?LIMITED?TO?IMPLIED?WARRANTIES?OF
?*?MERCHANTABILITY?AND?FITNESS?FOR?A?PARTICULAR?PURPOSE?APPLY?TO?THIS?SOFTWARE.
?*?ARM?SHALL?NOT?IN?ANY?CIRCUMSTANCES?BE?LIABLE?FOR?SPECIAL?INCIDENTAL?OR
?*?CONSEQUENTIAL?DAMAGES?FOR?ANY?REASON?WHATSOEVER.
?*
?******************************************************************************/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-03-02?21:12??CMSIS\
?????目錄???????????0??2016-03-02?21:12??CMSIS\CM3\
?????目錄???????????0??2016-03-02?21:12??CMSIS\CM3\CoreSupport\
?????文件???????17273??2011-12-12?12:03??CMSIS\CM3\CoreSupport\core_cm3.c
?????文件???????85714??2011-12-12?12:03??CMSIS\CM3\CoreSupport\core_cm3.h
?????目錄???????????0??2016-03-02?21:12??CMSIS\CM3\DeviceSupport\
?????目錄???????????0??2016-03-02?21:12??CMSIS\CM3\DeviceSupport\ST\
?????目錄???????????0??2016-03-02?21:12??CMSIS\CM3\DeviceSupport\ST\STM32F10x\
?????文件???????26297??2011-12-12?12:03??CMSIS\CM3\DeviceSupport\ST\STM32F10x\Release_Notes.html
?????文件??????633940??2012-11-08?15:11??CMSIS\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h
?????文件???????36557??2011-12-12?12:03??CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c
?????文件????????2085??2011-12-12?12:03??CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h
?????文件????????9310??2011-12-12?12:03??CMSIS\CMSIS?debug?support.htm
?????文件???????12531??2011-12-12?12:03??CMSIS\CMSIS_changes.htm
?????目錄???????????0??2016-03-02?21:12??CMSIS\Documentation\
?????文件???????57004??2011-12-12?12:03??CMSIS\Documentation\CMSIS_Core.htm
?????文件???????39936??2011-12-12?12:03??CMSIS\License.doc
?????目錄???????????0??2016-03-03?08:37??Driver\
?????文件????????5297??2016-03-03?08:37??Driver\ADConfig.c
?????文件?????????334??2016-03-02?22:20??Driver\ADConfig.h
?????文件???????????0??2016-03-02?22:28??Driver\LED_Config.c
?????文件???????????0??2016-03-02?22:29??Driver\LED_Config.h
?????目錄???????????0??2016-03-02?21:12??Libraries\
?????目錄???????????0??2016-03-02?21:12??Libraries\inc\
?????文件????????8982??2011-12-12?12:03??Libraries\inc\misc.h
?????文件???????21690??2011-12-12?12:03??Libraries\inc\stm32f10x_adc.h
?????文件????????7555??2011-12-12?12:03??Libraries\inc\stm32f10x_bkp.h
?????文件???????27559??2011-12-12?12:03??Libraries\inc\stm32f10x_can.h
?????文件????????6573??2011-12-12?12:03??Libraries\inc\stm32f10x_cec.h
?????文件????????2162??2011-12-12?12:03??Libraries\inc\stm32f10x_crc.h
?????文件???????15233??2011-12-12?12:03??Libraries\inc\stm32f10x_dac.h
............此處省略110個文件信息
- 上一篇:springboot增刪改查Demo
- 下一篇:QT5串口編程——編寫簡單的上位機
評論
共有 條評論