Location:
Search - st pwm
Search list
Description: ST arm BOARD PWM test code
Platform: |
Size: 98967 |
Author: 马龙 |
Hits:
Description: ST arm BOARD PWM test code
Platform: |
Size: 104448 |
Author: 马龙 |
Hits:
Description: ST—LINKIII三合一:一个ADC电压采集,并把采集值赋给定时器,实现定时器PWM的变化输出,驱动LED亮度发生变化的程序-ST-LINKIII three-in-one: A voltage ADC acquisition, and acquisition value assigned to the timer, PWM timer to achieve the changes in output, driven LED brightness changes in procedures
Platform: |
Size: 6144 |
Author: 海豹哥 |
Hits:
Description: STM单片机控制全桥逆变源程序,频率在20K左右,主要是得到容易控制的互补对称PWM波形-failed to translate
Platform: |
Size: 7168 |
Author: 李泽杨 |
Hits:
Description: ADC EQU 35H
CLOCK BIT P2.4 定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
PWM BIT P3.7
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#02H
MOV TH0,#20
MOV TL0,#00H
MOV IE,#82H
SETB TR0
WAIT: CLR ST
SETB ST
CLR ST 启动AD转换
JNB EOC,$ 等待转换结束
SETB OE
MOV ADC,P1 读取AD转换结果
CLR OE
SETB PWM PWM输出
MOV A,ADC
LCALL DELAY
CLR PWM
MOV A,#255
SUBB A,ADC
LCALL DELAY
SJMP WAIT
INT_T0: CPL CLOCK 提供ADC0808时钟信号
RETI
DELAY: MOV R6,#1
D1: DJNZ R6,D1
DJNZ ACC,D1
RET
END-fgfdsg
Platform: |
Size: 48128 |
Author: PXH |
Hits:
Description: 基于STM8系列单片机的DALI总线协议开发包(C语言程序)。单片机STM8S105,DALI总线从机程序。-DALI slave library comes with simple application example (DALI slave device). It was
designed (and tested) for use with this evaluation hardware: STM8S Discovery board (see
UM0817- STM8S Discovery User manual on www.st.com/mcu) together with DALI
transceiver board. Application example controls the luminance of the on-board LED diode.
Light intensity is controlled by PWM method using built-in Timer. As DALI master device
can be used ST7DALI evaluation kit (board and PC software- see www.st.com/mcu) or some
commercial DALI controller (e.g. from Osram).
Platform: |
Size: 4355072 |
Author: jll |
Hits:
Description: Simple hardware PWM using timer 3 in STM32F103.The STM32 F1 is a series of mainstream MCUs covering the needs of a large variety of applications in the industrial, medical and consumer markets. With this series of products, ST has pioneered the world of ARM® Cortex™ -M microcontrollers and set a milestone in the history of embedded applications. High performance with first-class peripherals and low-power, low-voltage operation is paired with a high level of integration at accessible prices with a simple architecture and easy-to-use tools. -Simple hardware PWM using timer 3 in STM32F103.The STM32 F1 is a series of mainstream MCUs covering the needs of a large variety of applications in the industrial, medical and consumer markets. With this series of products, ST has pioneered the world of ARM® Cortex™ -M microcontrollers and set a milestone in the history of embedded applications. High performance with first-class peripherals and low-power, low-voltage operation is paired with a high level of integration at accessible prices with a simple architecture and easy-to-use tools.
Platform: |
Size: 4659200 |
Author: browar102 |
Hits:
Description: 这个是STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,下面的代码,是利用TIM1模块的1、2通道产生一共4路PWM的代码例子,类似代码也可以参考ST的固件库中相应example-This is the PWM output mode of the STM32, the STM32 TIM1 module is the enhanced timer module, the following code, TIM1 module 1,2 channel to produce a total of 4 PWM code examples, similar code can also refer to the ST s firmwarethe corresponding example in the library
Platform: |
Size: 1024 |
Author: 陈立 |
Hits:
Description: 10 WATTS LED DRIVER DESIGN BASED ON ST PWM IC
Platform: |
Size: 433152 |
Author: dhinesh |
Hits:
Description: ST供应商提供的stm32l15x系列的touchkey源码,该源码我自己已经用过,有很强的环境自校准功能,在这款低价位芯片上发挥的很好,不过是三个定时器pwm捕获实现的,这样很耗cpu资源。-ST suppliers stm32l15x series touchkey source, the source I' ve used, there is a strong environmental self-calibration feature on this low-cost chips to play well, but to achieve the three timer pwm capture , and this is very cpu intensive.
Platform: |
Size: 12791808 |
Author: 孙西 |
Hits:
Description: ST单片机的各种PWM使用与事例.可以作为模块使用.-Single every kind of PWM usage of a machine in ST and case.Can be used as the mold an usage.
Platform: |
Size: 3072 |
Author: 何先生 |
Hits:
Description: PWM device driver for ST SoCs.
Platform: |
Size: 3072 |
Author: duecuigv |
Hits:
Description: STMicroelectronics PWM driver bindings.
Platform: |
Size: 2048 |
Author: paininmt |
Hits:
Description: ST Microelectronics SPEAr Pulse Width Modulator driver.
Platform: |
Size: 2048 |
Author: fvdrqk |
Hits:
Description: st公司stm32系列cortexf104芯片产生pwm的详细例程-create pwm
Platform: |
Size: 481280 |
Author: guo |
Hits:
Description: The program based on ST's STM32F103, the realization of the PWM output and control
Platform: |
Size: 2265088 |
Author: 天澍来鼓
|
Hits:
Description: 有关的在st官网上下载的历程。
(the course about downed on the st official website)(the course about downed on the st official website))
Platform: |
Size: 3254272 |
Author: 314159
|
Hits:
Description: 利用ST 的开发工具,生成一个C 语言程序的框架,然后修改其中的main.c.(Use ST's development tools to generate a framework for a C language program, and then modify the main.c.)
Platform: |
Size: 1024 |
Author: lvhongkui |
Hits: