Welcome![Sign In][Sign Up]
Location:
Search - ADC STM32 LED

Search list

[Embeded-SCM DevelopSTM32

Description: 基于STM32系列的程序包,包括SPI,ADC,CAN-Based on the STM32 family package, including SPI, ADC, CAN
Platform: | Size: 995328 | Author: shina | Hits:

[uCOSSTM32R100DevelopBoardSourceCode

Description: 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
Platform: | Size: 4893696 | Author: | Hits:

[Other Embeded programstm32V1_2

Description: 这是我自已为实验室画的基于STM32的PCB,现在将原理图及PCB全部分享,图是用PROTEL 99SE绘制的。可能会有布线不合理之处,仅供大家参考。 实验板资源介绍 1)CPU为100脚STM32F103XX 2)TFTLCD 3)SD卡 4)4X4键盘模块及四个独立按键 5)ISP下载口及20脚JTAG下载口 6)RS232接口、RS485接口、PS/2接口、USB接口 7)I/O口驱动的蜂鸣器 8)I2C口驱动的AT24C02 9)三线SPI接口的DS1302 10)单路ADC 11)两路LED灯,方便实验板调试 -This is my own paintings for the laboratory-based STM32 of the PCB, schematic and PCB will now all share, map is drawn with PROTEL 99SE. Wiring may be unreasonable, only for your reference. Experimental board resource describes 1) CPU is 100 feet STM32F103XX 2) TFTLCD 3) SD cards 4) 4X4 keypad module and four separate buttons 5) ISP download port and 20-pin JTAG download port 6) RS232 Interface, RS485 Interface, PS/2 Interface, USB Interface 7) I/O port driver buzzer 8) I2C port driven AT24C02 9) three-wire SPI interface, the DS1302 10) single ADC 11) Two LED lights, to facilitate debugging test board
Platform: | Size: 869376 | Author: 彬彬有礼 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32.RAR

Description: STM32所有开发例子程序.RAR GPIO_out 8个led闪烁 注意:接跳线D1_CS, D2_CS, LCD 液晶上显示英文字符 LCD_汉字 液晶上显示汉字 LCDBMP 液晶上显示图片 ADC 液晶上显示采的电压值 SDcard SD卡上建立一个文件 UART 串口发送字符在液晶上显示 RTC 液晶上显示时间 ExIRQ 外部中断,S2给中断信号 Timer 定时 CAN CAN总线-STM32 example of all development programs. RAR GPIO_out 8 个 led flashing Note: jumper D1_CS, D2_CS, LCD liquid crystal display English characters LCD_ Chinese LCD display Chinese characters on the LCD display LCDBMP picture displayed on the LCD ADC voltage mining SDcard SD Card UART serial port on a file to send characters on the LCD display on the LCD display the time ExIRQ RTC external interrupt, S2 Timer timer interrupt signal to the CAN CAN-bus
Platform: | Size: 6478848 | Author: 唐成卫 | Hits:

[SCMADC(PWM)TIM3

Description: STM32通用定时器触发ADC转换,转换结果显示在8个LED中-STM32 general timer trigger an ADC conversion, transformation according to the results in the 8 leds
Platform: | Size: 2733056 | Author: zkf | Hits:

[source in ebookSTM32F10x_StdPeriph_Lib_V3.5.0

Description: 基于STM32, 实现正玄波的发生,实现ADC的采样,LED闪烁等基本功能,基于stm32 f103 调试通过,新手学习参考,基于st的标准库开发-based on stm32
Platform: | Size: 687104 | Author: 王小研 | Hits:

[Other Embeded programSTM32F10x.ADC.SinWave.LED

Description: 基于STM32开发,实现正玄波发生,ADC采样,LED闪烁等基本功能,适合新手学习。 直接编译下载可运行-based on stm32
Platform: | Size: 777216 | Author: 王小研 | Hits:

[uCOSucosiii-ADC

Description: uCOSiii系统STM32的ADC采样例程,ADC采样值通过串口发送的上位机,同时增加了LED的任务。-uCOSiii system STM32 ADC sample routines, ADC samples sent by the host computer via the serial port, while increasing the LED task.
Platform: | Size: 2979840 | Author: zsz | Hits:

[ARM-PowerPC-ColdFire-MIPSstm32f746_ADC

Description: 本例介绍如何使用ADC3和DMA,从ADC3到存储器不断传输转换后的数据。 该ADC3配置为连续转换ADC_CHANNEL_8。 每次转换结束时的DMA传输,在循环模式下, 从ADC3 DR转换后的数据注册到uhADCxConvertedValue变量。 该uhADCxConvertedValue读值编码为12位,VREF +基准电压连接 在董事会到VDD(+ 3.3V)时,Vref-之间的参考电压连接在电路板到地面。 要转换的电压读取值,这里是方程适用于: 电压= uhADCxConvertedValue *(VREF + - VREF-)/(2 ^ 12)= uhADCxConvertedValue * 3.3 / 4096 在这个例子中,系统时钟是216MHz,APB2 = 108MHz的和ADC时钟= APB2 / 4。 因为ADC3时钟是27MHz和采样时间被设定为3个周期,在转换 时间12bit的数据是12个周期所以总的转换时间为(12 + 3)/ 27 = 0.56us(1.57Msps)。 用户可以通过应用引脚PF10连接到Arduino的CN5针A1的输入电压改变ADC_CHANNEL_8电压。 STM32评估板的LED可用于监控传输状态:     - LED1为ON时,转换完成。     - 当初始化错误发生LED1闪烁。-This example describes how to use the ADC3 and DMA to transfer continuously converted data ADC3 to memory. The ADC3 is configured to convert continuously ADC_CHANNEL_8. Each time an end of conversion occurs the DMA transfers, in circular mode, the converted data ADC3 DR register to the uhADCxConvertedValue variable. The uhADCxConvertedValue read value is coded on 12 bits, the Vref+ reference voltage is connected on the board to VDD (+3.3V), the Vref- reference voltage is connected on the board to the ground. To convert the read value in volts, here is the equation to apply : Voltage = uhADCxConvertedValue* (Vref+- Vref-)/(2^12) = uhADCxConvertedValue* 3.3/4096 In this example, the system clock is 216MHz, APB2 = 108MHz and ADC clock = APB2/4. Since ADC3 clock is 27 MHz and sampling time is set to 3 cycles, the conversion time to 12bit data is 12 cycles so the total conversion time is (12+3)/27 = 0.56us(1.57Msps). User can vary the ADC_CHANNEL_8 voltage by app
Platform: | Size: 53248 | Author: liu | Hits:

[SCMCrazy103_Board_V1.1

Description: STM32基本学习资料。包括ADC USART I2C PWM LED KEY RTC 等(STM32 ADC USART I2C PWM LED KEY RTC)
Platform: | Size: 42269696 | Author: 罗工123 | Hits:

[Other编码器ADC

Description: It is an stm32f103zet6 programming ,in able to achieve the LED function ^_^
Platform: | Size: 9777152 | Author: hahahahaye | Hits:

[SCM奋斗STM32开发板TINY例程

Description: STM32奋斗板-LED闪烁: 演示了LED定时闪烁例程。并附带例程详解及实验手册PDF STM32奋斗板-LED闪烁-ucos: 基于ucos 演示了LED定时闪烁任务,可通过串口1修改闪烁间隔。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-CH2: 演示通过TIM3的CH2通道产生特定频率的波形。并控制LED闪烁。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-PWM: 演示通过TIM3的CH2通道产生PWM波形,控制LED的明暗变化。并附带例程详解及实验手册PDF STM32奋斗板-串口1DEMO:新编的串口1例程, 例程注释多, 并附带例程详解及实验手册PDF STM32奋斗板-ADC : 此例程演示了采集AD值并定时通过串口输出 STM32奋斗板-ENC28J60-uIP1.0:此例程是基于UIP1.0网络协议栈的以太网例程。 STM32奋斗板-SysTick: 此例程通过编程SYSTICK, 来产生定时,控制LED的亮灭 STM32奋斗板-NRF24L01转USB串口: 2.4G模块NRF24L01转USB虚拟串口例程(STM32 battle board -LED flash: STM32 struggling board -LED flashing -ucos: STM32 struggling board -TIM3-CH2: STM32 struggling board -TIM3-PWM: STM32 struggle board - serial 1DEMO: STM32 struggling board -ADC: STM32 struggling board -ENC28J60-uIP1.0: STM32 struggle board -SysTick: STM32 struggling board -NRF24L01 to USB serial port:)
Platform: | Size: 16030720 | Author: WUMOU | Hits:

[ARM-PowerPC-ColdFire-MIPSprogram for my

Description: 内含九个独立工程,主控芯片 STM32F108C8T6。九个工程分别为:操作LED灯;操作485;操作ADS1015 12位ADC芯片;操作济南有人的网口;两个版本的PID控温程序;外部时间程序;操作ch376读写SD卡程序;ucos-II+mudbus测试程序。(Contains nine independent works, master control chip STM32F108C8T6.The nine projects are: operating LED lamps;Operations, 485;Operation ADS1015 12 bit ADC chip;Operate a network of people in jinan;Two versions of PID control program;External time program;Operation ch376 to read and write SD card program;Ucos -II+mudbus test program.)
Platform: | Size: 31345664 | Author: mrzhaoqi | Hits:

[OtherSTM32F103C8T6例程

Description: 在STM32上实现点亮LED灯,按键查询,ADC操作,定时器操作等基本功能(STM32 basic function routine on STM32 to light LED lights, key query, ADC operation, timer operation and other basic functions)
Platform: | Size: 20653056 | Author: 晢一 | Hits:

[uCOSstm32UcosDemo_ADC

Description: stm32 ucos adc 代码 device: stm32f103c8t6 adc 采集摇杆信号,并通过led闪烁来显示电压变化(STM32 UCOS ADC code Device: stm32f103c8t6 ADC collects the rocker signal and displays the voltage change through LED scintillation.)
Platform: | Size: 3228672 | Author: markz | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32F0XX教程+例程源码

Description: STM32F0XX教程+例程源码 教程目录: 工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf 资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf 初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf 初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf 中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf 中级教程篇:利用定时器实现6路互补PWM波形输出.pdf 高级教程篇:基于Labview上位机界面的NUCLEO-072RB数据采集系统.pdf 例程目录: 1.ADC 2.BLDC 3.DEMO-工程模板 4.EEPROM 5.KEY(中断方式) 6.KEY-EEPROM 7.LED(systick定时) 8.LED(软件延时) 9.PWM 10.SPI-MASTER-F0 11.SPI-SLAVE-F3 12.STM32-Labview-ADC 13.UART(printf 查询方式接收) 14.UART(中断方式方式接收)(STM32F0XX tutorial + routine source code Directory of courses: Project: building KEIL-MDK development platform and making MDK project document template.Pdf Information sheet -NUCLEO-072RB development board characteristics and data preparation.Pdf Primary tutorial: key (interrupt mode) to achieve 24C04 memory content read and write.Pdf Junior tutorial: realizing a LED lamp (software delay systick timer).Pdf Intermediate tutorial: using SPI bus to build NUCLEO-072RB and NUCLEO-302RB dual processor system.Pdf Intermediate tutorial: using timer to realize 6 complementary PWM waveform output.Pdf Advanced tutorial: NUCLEO-072RB data acquisition system based on Labview host computer interface.Pdf Routine Directory: 1.ADC 2.BLDC 3.DEMO- engineering template 4.EEPROM 5.KEY (interrupt mode) 6.KEY-EEPROM 7.LED (systick timing) 8.LED (software delay) 9.PWM 10.SPI-MASTER-F0 11.SPI-SLAVE-F3 12.STM32-Labview-ADC 13.UART (printf query mode) 14.UART (interrupt mode receive))
Platform: | Size: 20690944 | Author: Putty | Hits:

CodeBus www.codebus.net