完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在PWM0初始设置了占空比之后,还要用
|
|
相关推荐
4 个讨论
|
|
数据手册中是可以取上面图中的值的,至于第二个值是什么,库函数中是这么介绍的 //! Selects the inversion mode for PWM outputs. //! //! param ui32Base is the base address of the PWM module. //! param ui32PWMOutBits are the PWM outputs to be modified. This parameter //! must be the logical OR of any of b PWM_OUT_0_BIT, b PWM_OUT_1_BIT, //! b PWM_OUT_2_BIT, b PWM_OUT_3_BIT, b PWM_OUT_4_BIT, b PWM_OUT_5_BIT, //! b PWM_OUT_6_BIT, or b PWM_OUT_7_BIT. //! param bInvert determines if the signal is inverted or passed through. //! //! This function is used to select the inversion mode for the selected PWM //! outputs. The outputs are selected using the parameter e ui32PWMOutBits. //! The parameter e bInvert determines the inversion mode for the selected //! outputs. If e bInvert is b true, this function causes the specified //! PWM output signals to be inverted or made active low. If e bInvert is //! b false, the specified outputs are passed through as is or made active //! high. |
|
|
|
|
|
#define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0#define PWM_OUT_1 0x00000041 // Encoded offset address of PWM1#define PWM_OUT_2 0x00000082 // Encoded offset address of PWM2#define PWM_OUT_3 0x00000083 // Encoded offset address of PWM3#define PWM_OUT_4 0x000000C4 // Encoded offset address of PWM4#define PWM_OUT_5 0x000000C5 // Encoded offset address of PWM5#define PWM_OUT_6 0x00000106 // Encoded offset address of PWM6#define PWM_OUT_7 0x00000107 // Encoded offset address of PWM7#define PWM_OUT_0_BIT 0x00000001 // Bit-wise ID for PWM0#define PWM_OUT_1_BIT 0x00000002 // Bit-wise ID for PWM1#define PWM_OUT_2_BIT 0x00000004 // Bit-wise ID for PWM2#define PWM_OUT_3_BIT 0x00000008 // Bit-wise ID for PWM3#define PWM_OUT_4_BIT 0x00000010 // Bit-wise ID for PWM4#define PWM_OUT_5_BIT 0x00000020 // Bit-wise ID for PWM5#define PWM_OUT_6_BIT 0x00000040 // Bit-wise ID for PWM6#define PWM_OUT_7_BIT 0x00000080 // Bit-wise ID for PWM7应该是8路PWM的选择吧 |
|
|
|
|
|
只有小组成员才能发言,加入小组>>
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
566 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1016 浏览 1 评论
653 浏览 0 评论
普中科技F28335开发板每次上电复位后数码管都会显示,如何熄灭它?
492 浏览 1 评论
1013 浏览 0 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
115浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
90浏览 14评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
104浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
98浏览 12评论
TPA6304-Q1: TPA6304 两片公用一组I2C的话,其中一片配置不成功怎么办
125浏览 10评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-4 04:04 , Processed in 0.803853 second(s), Total 49, Slave 42 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号