温度检测系统,就是温度读不出来,求各位大神帮助!
2013-05-27 14:05
华为云市场份额占比2020,华为云成为“全球五朵云之一”的目标正在实现。据Gartner发布的最新报告《Market S
2021-07-28 08:20
工程师工作效率,助力大家更快更轻松地开发新产品,华秋电子联合扬兴科技开启直播,为大家带来“硬件工程师必备的晶振干货”。相信硬件工程师会遇到以下烦恼:焊好的板子,电路怎么都调试不出来;板子上的晶振布局不合理;特殊晶
2022-07-19 12:04
MPU6050-DMP读不出数据遇上一个很头疼的问题,MPU6050可以正常读取三个轴的数据,但是使用DMP方式读取数据时,会卡在这一句上 /* Get a packet.
2022-02-10 06:20
空间太多,急需站长使用申请地址:http://www.ykongjian.com/free(zchyua)我正在使用的空间
2011-10-11 19:53
#include #include int count1,count2;//#pragma interrupt InterruptHandler ipl1 vector 0//void InterruptHandler (void)void _ISR( 0, ipl1) InterruptHandler( void){//1.re-enable interrupts immediately (nesting)asm("ei");//2.check and sever the highest priority firstif(mT3GetIntFlag()){count1++;//clear the flag and exitmT3ClearIntFlag();}//_T3//3.check and serve the lower priiorityelse if (mT2GetIntFlag()){//spend a LOT of time here!while(1);count2++;//before clearing the flag and exitingmT2ClearIntFlag();}//_T2}//INterrupt Handlermain(){//4.init timersPR3=20;PR2=15;T3CON=0x8030;T2CON=0x8030;//5.init interruptsmT2SetIntPriority(1);mT3SetIntPriority(3);INTEnableSystemSingleVectoredInt();mT2IntEnable(1);mT3IntEnable(1);//main loopwhile(1);}//main程序编译错误,纠结,求大神帮忙interrupts.c:6:12: error: expected declaration specifiers or '...' before numeric constantinterrupts.c:6:15: error: expected declaration specifiers or '...' before 'ipl1'interrupts.c: In function '_ISR':interrupts.c:6:21: error: expected declaration specifiers before 'InterruptHandler'interrupts.c:28:1: error: expected declaration specifiers before 'main'interrupts.c:43:1: error: expected '{' at end of input
2014-08-05 15:17
说明:最近做项目要用到M5311模块对接华为云,遇到了不少坑。最会成功了。关于这个网上资料很少,我几乎没找到很有用的资料。做的过程中就想着等做出来了写篇教程。本文目的:1、让大家避坑,节省时间。2
2022-02-22 07:09
华为鸿蒙系统出来意味着什么,众所周知,自鸿蒙系统2.0发布之后,大家对鸿蒙系统又掀起了一番新的期待,尤其华为还表示今年12月底将会开启试用,明年正式使用。在当前芯片紧缺的情况之下,很多人认为
2021-07-28 08:07
1、在华为弹性云服务器上远程编译rk3568配置华为弹性云服务器首先注册并登陆华为
2022-09-08 17:06
原贴地址:https://bbs.huaweicloud.com/blogs/244682【摘要】 方案采用深圳航顺HK32F103Vx芯片做主控制器,运行华为云智联Link协议栈(CoAP
2022-01-27 06:48