stm32 f103vct6输出pwm

2019-08-20 18:50发布

各位帮我看下这个程序哪里有问题,实现不了pwm输出。
#include "stm32f10x.h"  
#include "stm32f10x_rcc.h"  
#include "stm32f10x_gpio.h"  
#include "stm32f10x_tim.h"  
#include "stm32f10x_pwr.h"  
#include "stm32f10x_exti.h"  
#include "system_stm32f10x.h"  
#include "misc.h"

void RCC_Configuration(void);
void GPIO_Configuration(void);
void TIMER_cfg(void);
void PWM_cfg(void);


int main()  
{  
    RCC_Configuration();
    GPIO_Configuration();  
    TIMER_cfg();
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
9条回答
Electronic
1楼-- · 2019-08-21 12:41
ARR设置为100-1,CCR1设置为50-1
vct6
2楼-- · 2019-08-21 15:11
 精彩回答 2  元偷偷看……
Electronic
3楼-- · 2019-08-21 20:44
vct6 发表于 2017-4-19 23:03
TIM_SetCompare2(TIM3,50),这一句不是可以直接设置占空比吗?

对的,把重转载值改为100-1

一周热门 更多>