搜索资源列表
STM32.RAR
- STM32所有开发例子程序.RAR GPIO_out 8个led闪烁 注意:接跳线D1_CS, D2_CS, LCD 液晶上显示英文字符 LCD_汉字 液晶上显示汉字 LCDBMP 液晶上显示图片 ADC 液晶上显示采的电压值 SDcard SD卡上建立一个文件 UART 串口发送字符在液晶上显示 RTC 液晶上显示时间 ExIRQ 外部中断,S2给中断信号 Timer 定时 CAN CAN总线-STM32 ex
CAN-example
- STM32实现CAN总线的源程序,已经调试通过,非常难得的源代码-STM32 CAN-bus source, has to debug through, and very rare source code
STM32chinesedata
- stm32的中文datasheet。其中包括adc应用实例,dma控制器应用实例,can应用实例,iic应用实例,tim应用实例,gpio应用实例,spi应用示例等待。-stm32 the Chinese datasheet. Including adc Applications, dma controller application examples, can application example, iic application examples, tim application exam
dma_adc
- stm32下实现adc 16通道检测代码例子,已经测试可以检测正确了-adc 16 under stm32 channel detection code examples have been tested can detect the correct
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
STM32R100DevelopBoardSourceCode
- stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
5780bcf5-da04-4cf6-b388-1f3d01c4896c
- STM32框架,USING 3.X库 准备以后产品换STM32,写了个例程,网上的都是零碎的,这个例程可以直接用,不喜欢官方的结构,改了一下.内容有GPIO SYSTIC EXIT ADC USART FLASH EEPROM(FLASH模拟).存下以后自已也能用.固件库有点大就不一起上传了.使用MDK4 -STM32 framework, USING 3.X library prepared after the product for STM32, wrote a routine, the
STM32-ADC-V2
- ADC code for STM32103Fxx. You can run the code directly on the hardware
STM32_ADC_to_CAN
- STM32_ADC_to_CAN (AD转换后送到CAN端口)-STM32_ADC_to_CAN (AD conversion to the CAN port)
stm32-CAN-P-ADC-test-NORM
- stm32f103RE CAN + ADC test
STM32-ADC
- STM32_ADC利用通道11来采集模拟电压,可以在液晶屏上显示出来。-STM32_ADC use channel 11 to acquire the analog voltage can be displayed on the LCD screen.
STM32-ADC-V3
- STM32F103的例子,适合学习用,可以根据自己的要求改。-Examples STM32F103, suitable for learning to use, you can change according to their own requirements.
STM32-ADC
- STM32 的ADC通讯实例程序,可以可以直接使用的噢-The STM32 ADC communications procedures example, can be used directly Oh
STM32-ADC
- 奋斗STM32开发板ADC例程,能够采集AD值并定时通过串口输出-the example of ADC in STM32 development board ,it can collect AD value and translate the serial output
Stm32-adc-mon
- stm32 多通道 adc 采样 无需dma也可以进行多路采样 -Stm32 multi-channel adc sampling without dma can also be multiple sampling
STM32测频
- ADC采集及编程,可以很好的测量电压和频率什么的。很好用,(ADC acquisition and programming, you can very good measurement of voltage and frequency. It's very easy to use.)
ADC_stm32f2_drive
- STM32F2的ADC驱动程序,经测试,可用,开发人员可以直接下载使用(STM32 ADC driver, tested, available, developers can download directly)
stm32 ADC initialization program
- 对stm32上的AD模块进行初始化设置,从而进行下一步的编程(Initialize the AD module on the STM32 so that you can proceed to the next step)
基础篇 20. STM32 ADC工作原理
- 这一个文件程序用于AD转换,可以把模拟量转换为数字量(This file program is used for AD conversion and can convert analog to digital)
STM32 ADC实验源码
- 基于STM32实现ADC的实验,实验平台可根据自己的开放环境进行改变。(Based on STM32 implementation of ADC experiment, the experimental platform can be changed according to its own open environment.)