温度检测系统,就是温度读不出来,求各位大神帮助!
2013-05-27 14:05
工程师工作效率,助力大家更快更轻松地开发新产品,华秋电子联合扬兴科技开启直播,为大家带来“硬件工程师必备的晶振干货”。相信硬件工程师会遇到以下烦恼:焊好的板子,电路怎么都调试不出来;板子上的晶振布局不合理;特殊晶
2022-07-19 12:04
写了一篇单片机学习感想,自问没啥出格的呀,老是发不出来,上图吧。
2013-07-20 00:36
本帖最后由 448251593 于 2013-6-29 11:29 编辑 地址发不出来哎..文件500M.上传好慢地址看附件吧..{:4_105:}
2013-06-29 11:26
#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
DN106- 单芯片中的温度和电压测量
2019-06-20 16:12
STC系列芯片中文资料,不是很全。但希望能帮到大家!
2013-10-18 16:47
各位大侠,我想问一下图片中的2个芯片的功能是什么?我在网上查不到啊。谢谢啦{:soso_e100:}
2012-07-17 18:51
ST MCU芯片中的绝大部分都内置一串96位唯一标识码【unique ID】。时不时有人问起这个东西,尤其最近感,觉询问它的人甚是热闹。这里跟大家一起简单分享下。上面说了ST MCU芯片中的绝大部分
2021-11-26 07:32
详情见附件:汽车标准总体情况、电动汽车标准工作思路、中国电动汽车标准及体系概况、中国参与电动汽车国际标准与法规情况、电动
2021-04-20 14:44