完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
用s12zvl的AN7口做AD口,硬件接的是一个光度传感器,控制PT3脚的PWM占空比,一直没有成功。请教一下各位大神
#include #include "derivative.h" /* includeperipheral declarations */ typedef unsigned char bool; #define ERR_OK 0; #define ERR_NOTAVAIL 9U; static volatile word RVL[1] __attribute__ ((aligned (4))); static volatile bool OutFlg; static word RatioStore; char BLUE; byte* i; static void SetRatio(void) { PWMDTY1 = (byte)(((0xFFUL * (dword)RatioStore) + 0x8000UL) >> 0x10U); /* Calculate new value according to the given ratio */ } byte PWM_BLUE_SetRatio8(byte Ratio) { RatioStore = (((word)Ratio << 8U) + 0x80U); /* Store new value of the ratio */ SetRatio(); /* Calculate and set up new appropriate values of theduty and period registers */ return ERR_OK; /* OK */ } void PWM_BLUE_Init(void) { PWMCNT1 = 0x00; PWMDTY1 = 0x9F; PWMPER1 = 0xFF; PWMPRCLK = 0x00; PWMSCLA = 0x3B; PWMCLK = 0x02; PWME = 0x02U; } void ADC_Init(void) { ADC0CTL=0x8800; ADC0TIM=0x07; ADC0FMT=0x00; ADC0CMD=0x00170000; ADC0STS=0X01; ADC0TIM=0X07; ADC0CONIE=0x01; ADC0CONIF=0X01; ADC0CROFF1=0x00; ADC0EIF=0x06; ADC0EIE=0xFC; ADC0IF=0xC0; ADC0IE=0xC0; } byte ADC_GetValue8(byte *Values) { if (!OutFlg){ /* Is measured value(s) available? */ return ERR_NOTAVAIL; /* If no then error */ } *Values = (byte)(RVL[0] >> 0x02U); /* Storeconversion data to user buffer */ return ERR_OK; /* OK */ } void main(void) { PWM_BLUE_Init(); ADC_Init(); EnableInterrupts; /* includeyour code here */ //for(;;) //{ BLUE=ADC_GetValue8(i); PWM_BLUE_SetRatio8(BLUE); //} for(;;) { __RESET_WATCHDOG(); /* feeds the dog */ } /* loopforever */ /* pleasemake sure that you never leave main */ }
|
|
相关推荐
2个回答
|
|
请教一下各位大神啊!!论坛里的大神们,求解啊,我被困扰好几天了
|
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
1911个成员聚集在这个小组
加入小组我的项目我做主,使用GN+Ninja来完成构建系统(VSCode开发RT106X)
36361 浏览 0 评论
NXP IMX8应用处理器快速入门必备:技巧、使用、设计指南
4400 浏览 0 评论
6054 浏览 1 评论
6765 浏览 0 评论
NXP i.MX6UL开发板(linux系统烧录+规格+硬件+模块移植)使用手册
4216 浏览 0 评论
620浏览 2评论
求助,S32G上Core M启动后如何让Core A在Flash指定位置加载uboot?
618浏览 2评论
ESP32-WROVER-IE + LAN8720以太网,GPIO0电压只有1.6v,无法正常进入spi flash boot模式如何解决?
609浏览 2评论
求分享适用于PN7160 Android的NFC工厂测试应用程序
694浏览 2评论
799浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 19:04 , Processed in 1.044272 second(s), Total 82, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号