完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
求一个A7105无线模块通信的程序,我用A7105校正时一值在死循环,通不过,把代码贴出来帮忙看看
void A7105_Cal(void) { U8 temp = 0; U8 temp1=0; U8 temp2=0; // standby状态下校准IF StrobeCmd(CMD_STBY); A7105_WriteReg(CALIBRAtiON_REG,0x01); do { temp = A7105_ReadReg(CALIBRATION_REG); temp &= 0x01; }while(temp); temp = A7105_ReadReg(IFCAL1_REG ); temp &= 0x10; if(temp) { while(1); // 校准出错 } //standy status vco band ct A7105_WriteReg(CALIBRATION_REG,0x02); do { temp1=A7105_ReadReg(CALIBRATION_REG); temp1&=0x02; }while(temp1); temp1= A7105_ReadReg(VCOCAL1_REG); temp1&=0x08; if(temp1) { while(1); // 校准出错 } //standy status vco current //A7105_write_register(RF_REG_VCO_CURRENT_CAL,0x13); // A7105_write_register(RF_REG_VCO_BAND_CAL1,0x09); A7105_WriteReg(CALIBRATION_REG,0x04); do { temp2=A7105_ReadReg(CALIBRATION_REG); temp2&=0x04; }while(temp2); temp2= A7105_ReadReg(VCOCCAL_REG); temp2&=0x10; if(temp2) { while(1); // 校准出错 } StrobeCmd(CMD_STBY); } |
|
相关推荐
1个回答
|
|
帮顶....
|
|
|
|
只有小组成员才能发言,加入小组>>
3278 浏览 9 评论
2956 浏览 16 评论
3458 浏览 1 评论
9002 浏览 16 评论
4051 浏览 18 评论
1113浏览 3评论
573浏览 2评论
const uint16_t Tab[10]={0}; const uint16_t *p; p = Tab;//报错是怎么回事?
571浏览 2评论
用NUC131单片机UART3作为打印口,但printf没有输出东西是什么原因?
2303浏览 2评论
NUC980DK61YC启动随机性出现Err-DDR是为什么?
1859浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 04:08 , Processed in 1.100007 second(s), Total 79, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号