搜索资源列表
STM32学习笔记之ADC
- 关于STM32的学习的一些资料,关于AD的
stm32在AD下的库文件
- stm32在altium designer下的库文件
PID
- STM32单片机的PID算法实例,通过PID算法控制STM32的PWM输出,反馈量是PWM低通滤波后得到的AD-STM32 microcontroller PID algorithm instance, through the STM32 PID algorithm to control the PWM output, PWM amount of feedback is obtained after low-pass filter AD
stm32-fft
- 使用STM32的DSP库函数,对AD来的信号进行FFT变换,并显示到LCD屏上。做的是512点fft,显示240个数,且有一定的精度保证。具有很高的实时性。-Use the STM32 DSP library functions, the signal of the AD to the FFT transform, and display to the LCD screen. Do is 512 points fft, show the number 240, and there is a ce
STM32-AD-CARD
- 自己做的一个工程,为某AD数据采集卡的完整代码程序。主控芯片为STM32F103RB。-Own a project, an AD data acquisition card for the complete code for the program. Master chip STM32F103RB.
2010.5.11-AD-CAN-LCD
- 此程序是在电子白菜的STM32开发板上实现的,采集电位器模拟量,经过AD转化,然后发送到CAN上-This program is in the electronic cabbage STM32 development board to achieve, capture analog potentiometer, after AD conversion, and then sent to the CAN on the
AD_2_Channel_DMA
- STM32例子 AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输。 -STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission
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]中。
ADC
- stm32 AD转换程序 例程里面有详细配置-stm32 AD conversion routine which has detailed configuration
ADC3
- STM32 AD转换程序源代码 STM32 AD转换程序源代码-STM32 AD conversion source code STM32 AD conversion source code
tft_AD
- stm32 ad转换及tft屏幕显示,屏幕可显示英文字库及符号及系统内部电压。-stm32 ad conversion and tft screen display, the screen display and the English font and symbols within the system voltage.
STM32F103VE
- 单片机完整数据手册,STM32,AD转换,高速度高效率-SCM complete data sheet, STM32, AD conversion, high-speed high-efficiency
1.ADC
- stm32 adc ad转换 单片机应用-stm32 adc
ADC_3ADCs_DMA
- stm32学习之,安富来开发板,基于官方例程的例程,之,AD的初认识-stm32 learning, Fu to the development board, based on the official routine of routine, of, AD' s early understanding of
STM32-AD
- 使用STM32单片进行AD转换,通过将单片机的USB模拟为232串行口与上位机进行数据通信的实例。-The STM32 monolithic AD converter, by MCU USB analog to 232 serial port with the host computer data communication instance.
AD-SPI
- AD通过stm32的spi传输数据,再通过232传输出去,完成收发通信。-AD stm32 the spi transmit data, and then by 232 out to complete the transceiver communication.
STM32-DMA-UART-ADC
- 基于STM32的ADC采样串口发送程序,能够准确采集AD-STM32 DMA UART ADC
STM32-AD(DMA)-interrupt
- 基于STM32的AD信号采集,采用DMA传输数据时,直接从SRAM取出数据时,DMA仍在数据传输,导致数据的实时性低,采用DMA中断取出数据,可保证在一段时间内数据的准确性,但也会丢失一部分ADC数据,适用于阶段性数据取样。-Based on the AD STM32 signal acquisition when using DMA data transfer, data is directly taken out from the SRAM, DMA is still data transm
STM32彩屏显示AD采集数据(基于RS232接口MODBUS)
- STM32彩屏显示AD采集数据(基于RS232接口MODBUS)