搜索资源列表
pwm-by-ad
- 关于富士通单片机的入门实例程序,些程序是基于富士通MB95F263的编程实例,可以直接调入便用,已将编译器的相关设置配置OK。-About Fujitsu MCU entry sample program, some program is based on Fujitsu MB95F263 the programming examples, can be directly transferred to it by, the relevant compiler settings have been
The-STM32-TIM-programming
- a)目的:基础PWM输入也叫捕获,以及中断配合应用。使用前一章的输出管脚PB1(19脚),直接使用跳线连接输入的PA3(13脚),配置为TIM2_CH4,进行实验。 b)对于简单的PWM输入应用,暂时无需考虑TIM1的高级功能之区别,按照目前我的应用目标其实只需要采集高电平宽度,而不必知道周期,所以并不采用PWM输入模式,而是普通脉宽捕获模式。 -A) purpose: basic PWM input also called capture, and interrupt coop
FullbridgeInverter
- 采用极点配置的电压电流双PI闭环PWM逆变器仿真-Pole placement using the voltage and current dual-PI closed-loop simulation of PWM inverter
PWM--test-program
- 完成8051F310的配置以后,可以通过此程序完成PWM的测试程序。-8051F310 completed the configuration later, this procedure can be done by PWM of the test program.
LEDmatrix-PWM-RS232-Touch-creen-
- 在MCS51上分别利用C和汇编编写了led红绿点阵、利用PWM通道产生方波和正弦波、利用RS232串口通讯和触摸屏配置组件。经验证,能成功运行-In which use the MCS51 C assembly compiled a red green dot matrix, use led PWM channels have sine wave, use of square wave and RS232 serial communication and touch screen configu
pwm
- nrf2401的配置在头文件中,若要修改,仅需改一下头文件中的相关值即可。在第一次配置操作结束后, 只有最后两个字节的命令字可以被更改,前16个字节的修改无效,如果需要修改前16个字节的命令字(如通道接收地址,接收数据长度等), 则需要掉电(PWR_UP置低)后重新上电(PWR_UP置高),才能对芯片进行彻底初始化操作。-nrf2401 configuration in the header file, to change, just change it in the header f
dsPIC33Fcode
- dsPIC33F代码,具有完整的配置位配置,振荡器配置,10位ADC配置,六路PWM配置,以及详细的注解,只要稍作修改即可移植入dsPIC33F系列单片机代码-dsPIC33F code, with a complete configuration-bit configuration, the oscillator configuration, the 10-bit ADC configuration, the six-channel PWM configuration, as well as
stm32-pwm-control
- stm32 pwm 控制,不是用固件库,直接配置寄存器,有利于对stm32芯片的理解。-Stm32 PWM control, not to use the firmware library, direct configuration register, is advantageous to the understanding of the stm32 chip.
PWM
- STM32输出可控个数的PWM脉冲Keil工程:定时器主从方式输出可控个数的PWM脉冲,与比较输出模式输出脉冲比较,有以下优点:不用每个脉冲进行中断对脉冲计数,减轻CUP负荷。工程中附带软仿真配置,可仿真查看结果-Project the STM32 PWM pulse output controllability number Keil: Timer main controllable number of the PWM pulse output from the way, and compar
pwm
- pwm调试试验,可以按键配置不同的占空比用于驱动电机以及步进电机-and pwm debugging test button layout different duty cycle for the drive motor
pwm
- 基于MSP430F5438A的pwm功能的配置程序开发,可以输出占空比可调的方波-The pwm function MSP430F5438A the configuration program development, can output adjustable duty cycle square wave
PWM
- Freescale MC9S12XS128 中心对齐PWM配置及实现代码,通过验证 开发环境 CW2.10-Freescale MC9S12XS128 center-aligned PWM configuration and implementation code, validated development environment CW2.10
PIC16F1829-PWM
- pic16f1829 pwm demo用户可以通过这个DEMO了解PIC16F1829的PWM 配置
s12xep100 PWM
- xep100的PWM模块的实例,比较通用,可直接配置频率/占空比。(s12xep100 pwm,the frequency/proportion can be directly configured.)
pwm
- 430单片机pwm产生,利用timer——A产生2路pwm信号,包括时钟源的选择配置,定时器的配置(Includes the selection configuration of the clock source, the timer configuration)
PWM测试最简版本_OK
- 通过配置stm32的TIM3的通道2,使它能输出PWM波形,然后通过改变占空比寄存器,改变波形。(By configuring the channel 2 of the STM32 TIM3, it can output the PWM waveform, and then change the waveform by changing the duty cycle register.)
STM8S103F3P6产生两路互补PWM波配置
- 搞了两天,总算使用STM8S103F3P6最小化系统板的TIM1产生两路互补的PWM波,现拿出来分享一下。工程为IAR环境,寄存器配置。(For two days, we used the STM8S103F3P6 to minimize the TIM1 of the system board to produce two complementary PWM waves, and now to share it. The project is IAR environment, register
12. PWM呼吸灯实验
- 基于stm32f407对定时器PWM功能进行配置并使用(Configuration and use of timer PWM function based on stm32f407)
STM32F0xx_TIM输出PWM配置详细过程
- STM30F030的TIMER输出PWM配置详细过程(Detailed Process of PWM Configuration for TIMER Output)
pwm
- 最好办法是定时器dma,改变dma传输长度控制脉冲个数(The best way is to timer DMA, change the DMA transmission length to control the number of pulses)