搜索资源列表
addma_adcd
- stm32下实现adc 16通道检测代码例子,已经经测试可以检测正确了 ,经测试 -the stm32 under adc 16-channel detection code example, the test can detect correctly, tested
stm32-CAN-P-ADC-test-NORM
- stm32f103RE CAN + ADC test
Example
- Example stm32? ADC CAN DMA GPIO RTC
Stm32-adc-mon
- stm32 多通道 adc 采样 无需dma也可以进行多路采样 -Stm32 multi-channel adc sampling without dma can also be multiple sampling
STM32-DAC
- 使用软件: keil5 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,按键KEY0(PC5)/KEY_UP(PA0,也称之为WK_UP) 5,DAC(STM32内部DAC通道1,通过PA4输出) 6,ADC(STM32内部ADC1_CH1,连接
STM32测频
- ADC采集及编程,可以很好的测量电压和频率什么的。很好用,(ADC acquisition and programming, you can very good measurement of voltage and frequency. It's very easy to use.)
ADC-Main-C
- gcc for arm stm32Xclm.exe file to replace the original installation directory can be, and then set up the project in the MPLAB compiler module for the PRO. pro test, optimize a lot of. Summary: Memory Space used () ...
21ic下载_自制STM32F103开发板
- STM32F1系列属于中低端的32位ARM微控制器,该系列芯片是意法半导体(ST)公司出品,其内核是Cortex-M3。 该系列芯片按片内Flash的大小可分为三大类:小容量(16K和32K)、中容量(64K和128K)、大容量(256K、384K和512K)。 芯片集成定时器,CAN,ADC,SPI,I2C,USB,UART,等多种功能。(The STM series belongs to the 32 - bit arm microcontroller of the middle and l
ADC
- STM32在片上集成的ADC外设非常强大,我使用的奋斗开发板是STM32F103VET6,属于增强型的CPU,它有18个通道,可测量16个外部和2个内部信号源。各通道的A/D转换可以单次,连续,扫描或间断模式执行,ADC的结果可以左对齐或右对齐方式存储在16位数据寄存器中。(The ADC peripherals integrated on the STM32 are very powerful. The struggle development board I use is STM32F103