文件名称:ExtLinesTrigger
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 37kb
- 下载次数:
- 0次
- 提 供 者:
- wjg****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用两个外部中断触发ADC规则转换和注入转换。
ADC1配置为在EXT11事件发生时启动规则通道组的ADC转换。当检测到PE11引脚
的上升沿时,启动第1个规则通道(ADC通道4)转换,转换结果通过DMA传输到ADC_RegularConvertedValueTab
数组。在PE11的下降沿,第二个规则通道(ADC通道14)自动开始转换,转换结果通过DMA传输到同一个数组。-Two external interrupt to trigger the ADC rules of conversion and injected conversion. The ADC1 configure the ADC to start the regular channel group in the the EXT11 event occurs. PE11 pin on the rising edge is detected, start a rule-channel (ADC channel 4) conversion, the conversion results through the DMA transfer to ADC_RegularConvertedValueTab array. The falling edge of the PE11 of the second rule channel (ADC channel 14) automatically start the conversion result of the conversion by the DMA transfer to the same array.
ADC1配置为在EXT11事件发生时启动规则通道组的ADC转换。当检测到PE11引脚
的上升沿时,启动第1个规则通道(ADC通道4)转换,转换结果通过DMA传输到ADC_RegularConvertedValueTab
数组。在PE11的下降沿,第二个规则通道(ADC通道14)自动开始转换,转换结果通过DMA传输到同一个数组。-Two external interrupt to trigger the ADC rules of conversion and injected conversion. The ADC1 configure the ADC to start the regular channel group in the the EXT11 event occurs. PE11 pin on the rising edge is detected, start a rule-channel (ADC channel 4) conversion, the conversion results through the DMA transfer to ADC_RegularConvertedValueTab array. The falling edge of the PE11 of the second rule channel (ADC channel 14) automatically start the conversion result of the conversion by the DMA transfer to the same array.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ExtLinesTrigger\EWARMv5\cpu_ram.mac
...............\.......\ext_sram.mac
...............\.......\Project.ewd
...............\.......\Project.ewp
...............\.......\project.eww
...............\.......\stm32f10x_extsram.icf
...............\.......\stm32f10x_flash.icf
...............\.......\stm32f10x_ram.icf
...............\.......\说明.txt
...............\main.c
...............\MDK-ARM(uV3)\CpuRAM.ini
...............\............\ExtSRAM.ini
...............\............\project.Opt
...............\............\project.Uv2
...............\..........4)\CpuRAM.ini
...............\............\ExtSRAM.ini
...............\............\project.uvopt
...............\............\project.uvproj
...............\readme.txt
...............\stm32f10x_conf.h
...............\stm32f10x_it.c
...............\stm32f10x_it.h
...............\system_stm32f10x.c
...............\例程说明(中文).txt
...............\CleanObj.bat
...............\EWARMv5
...............\MDK-ARM(uV3)
...............\MDK-ARM(uV4)
ExtLinesTrigger
...............\.......\ext_sram.mac
...............\.......\Project.ewd
...............\.......\Project.ewp
...............\.......\project.eww
...............\.......\stm32f10x_extsram.icf
...............\.......\stm32f10x_flash.icf
...............\.......\stm32f10x_ram.icf
...............\.......\说明.txt
...............\main.c
...............\MDK-ARM(uV3)\CpuRAM.ini
...............\............\ExtSRAM.ini
...............\............\project.Opt
...............\............\project.Uv2
...............\..........4)\CpuRAM.ini
...............\............\ExtSRAM.ini
...............\............\project.uvopt
...............\............\project.uvproj
...............\readme.txt
...............\stm32f10x_conf.h
...............\stm32f10x_it.c
...............\stm32f10x_it.h
...............\system_stm32f10x.c
...............\例程说明(中文).txt
...............\CleanObj.bat
...............\EWARMv5
...............\MDK-ARM(uV3)
...............\MDK-ARM(uV4)
ExtLinesTrigger