搜索资源列表
STM32-DMA
- 浅谈STM32的DMA模块的使用, DMA是STM32中一个独立与Cortex-M3内核的模块,有点类似与ADC、PWM、TIMER等模块-[NO ENGLISH]
DMA
- stm32 采用dma方式使用定时器的例程-stm32 timer use dma to realize
modbus_RX_TX
- Modbus stm32 driver for transport modbus paket using DMA UART TIMER in rerident mode -Modbus stm32 driver for transport modbus paket using DMA UART TIMER in rerident mode
stm32_ADCPDMAPTIM1PDMAUSART
- stm32_ADC+DMA+TIM1+DMAUSART -stm32 adc dma timer dma usart
STM32-AD-TIM
- 基于STM32单片机的TIM2定时器触发AD转换,控制AD的转换速率,弥补DMA传输速度过快导致数据处理混乱的问题。-Trigger AD conversion is based STM32 microcontroller TIM2 timer controls the AD conversion rate to make up for excessive speed DMA transfer of data processing leads to confusion problems.
STM32-ADC-oversampling
- 使用STM32单片机ADC模块的过采样技术使采样值更稳定,是一种时间换精度的方法。-This firmware gives the STM32 ADC oversampling using triangular dither. This method consists on adding a triangular signal to the input signal and sampling it with a rate. The timer TIM2 is used to g
TIMER-trigger-adc-transmission-DMA
- stm32定时器触发adc的dma传输,可减轻cpu的负担,提高传输效率-stm32 timer trigger adc transmising through dma
stm32Voice_project
- stm32实现的dac输出音频,采用定时器和dma控制dac转换数据,声音还可以-stm32 achieved dac output audio, use a timer and dma control dac conversion data, voice can also be
ADC_DMA_TIME_INT_ok
- STM32 实现AD采集的基础上,采用DMA对数据进行处理,节省CPU有限的资源,通过定时器限定采集频率。-STM32 based on the realization of AD acquisition, using DMA to process data, saving CPU limited resources, through the timer to limit the acquisition frequency.
TIME-DAC-DMA
- STM32定时器3触发ADC同步规则+DMA查询,程序经测试,可以使用-STM32 timer 3+ DMA trigger ADC synchronization rules query, the program has been tested, you can use
01STM32mini-LED
- STM32 嵌入式开放,介绍通讯方面的I2C/SPI/UART、模数AD/DA、Timer/Interrupt/PWM/DMA/USB/Ethnet/I2S/Can/PulseCounter-STM32 embedded open, introduced the communications I2C/SPI/UART, analog AD/DA, Timer/Interrupt/PWM/DMA/USB/Ethnet/I2S/Can/PulseCounter
STM32mini-RCC
- STM32 嵌入式开放,介绍通讯方面的I2C/SPI/UART、模数AD/DA、Timer/Interrupt/PWM/DMA/USB/Ethnet/I2S/Can/PulseCounter-STM32 Embedded Open, describes the communication aspects of the IC/SPI/UART, modulus AD/DA, Timer/Interrupt/PWM/DMA/USB/Ethnet/IS/Can/PulseCounter
TIM+DAC+DMA输出任意波形
- 采用STM32单片机中的定时器和DAC输出任意波形,非常值得下载!(The use of STM32 microcontroller timer and DAC output arbitrary waveform, it is worth downloading!)
24. DMA实验
- DMA存储器具有触发ADC的TIM1定时器,将ST32时钟频率设置为1MHz实时采样率(DMA memory has a TIM1 timer to trigger the ADC, set the ST32 clock frequency to a 1MHz real-time sampling rate)
【19】DMA PWM WS2812 GPIO输出16组
- STM32作为主控芯片,72Mhz,利用DMA+PWM实现驱动WS2812,创建16个并行800kBit / s数据流的想法如下: 使用定时器每1.25us创建一个800kHz的时基和一个DMA请求。 使用2个比较模块在低位时间(350ns)和高位时间(700ns)下创建DMA请求 1.25us DMA请求将GPIO端口的所有位设置为高电平 350ns DMA请求将数据从帧缓冲区传输到GPIO端口。如果该位为0,GPIO引脚将变为低电平,否则将保持高电平。 700ns DMA请求将所有
TIM1
- 程序初始化了定时器1,并通过DMA传输修改PWM占空比,方便用来实现快速SPWM(Program initialization timer 1, and through the DMA transmission, modify the PWM duty cycle, easy to use to achieve fast SPWM)
light_control_blind
- 基于stm32的智能小车,充分利用了stm32内部的定时器,ADC,DMA等硬件资源,来实现小车的智能性(Intelligent car based on STM32, make full use of the STM32 internal timer, ADC, DMA and other hardware resources, to achieve the intelligence of the car)
STM32+定时器+ADC+DMA+双缓冲 实现数据采集
- STM32+定时器+ADC+DMA+双缓冲 实现数据采集(STM32+ timer +ADC+DMA+ double buffer to realize data acquisition)
drivers
- STM32 使用TIMER触发ADC DMA传输(STM32 ADC DMA HAL TIMER rt-thread)
stm32例程
- stm32f103c8t6的全部例程,包括uart,timer,exit,ad/da,dma,i2c,spi等等