完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
参考样例的主程序
#ifdef T2_CAP printf("T2_CAP Test ...n"); mtimer2ClkFsys(); mTimer_x_SetData(2,0); CAP2Init(1); CAP1Init(1); mTimer2RunCTL(1); ET2 = 1; EA = 1; T2EX = 0; mDelayuS(500); T2EX = 1; mDelayuS(500); T2EX = 0; mDelayuS(500); T2EX = 1; mDelaymS(1); mTimer2RunCTL( 0 ); while(1); #endif 中断服务程序 void mTimer2Interrupt( void ) interrupt INT_NO_TMR2 using 3 { mTimer2RunCTL( 0 ); #ifdef T2_CAP if(EXF2) { SCK = ~SCK; Cap[FLAG++] = RCAP2; printf("RCAP2 %04x n",RCAP2); EXF2 = 0; } if(CAP1F) { Cap[FLAG++] = T2CAP1; printf("T2CAP1 %04x n",T2CAP1); CAP1F = 0; } #endif if(TF2) { TF2 = 0; SCK = ~SCK; } mTimer2RunCTL( 1 ); } #endif |
|
相关推荐
1个回答
|
|
是宏定义的问题
|
|
|
|
只有小组成员才能发言,加入小组>>
522 浏览 1 评论
CH579M+RT-Thread,RTC从Sleep模式唤醒失败是什么原因?
2904 浏览 2 评论
2400 浏览 1 评论
870浏览 2评论
689浏览 1评论
riscv-none-embed-objcopy: \'PWM_Output.elf\': No such file这个咋解决,
418浏览 1评论
530浏览 1评论
请教一下,Mounriver 编译不成功:找不到库文件,怎么整
814浏览 1评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-24 11:18 , Processed in 1.396018 second(s), Total 80, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号