• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • 我做的温度检测系统,为什么温度读不出来

    温度检测系统,就是温度读不出来,求各位大神帮助!

    2013-05-27 14:05

  • Protel 汉字转换及PCB抄板工具

    本帖最后由 TOUCHD170 于 2011-8-13 13:08 编辑 曾经我发贴求助:在Protel DXP里可以Turetype格式汉字,而在99SE里不能识别,因为99SE只支持

    2011-08-13 13:06

  • 如何在PCB文件中加汉字

    如何在PCB文件中加汉字PCB文件上面加上汉字一直都是很多网友比较感兴趣的事情。PROTEL早期的版本加汉字比较困难,

    2008-07-07 10:44

  • 真心求助...毕业设计程序不出来...一个电子时钟有电路..

    rt 电路在附件 高手帮帮忙.....

    2012-05-09 13:22

  • mplab编程C,程序编译不出来

    #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

  • 焊好的板子,电路怎么都调试不出来怎么办?

    工程师工作效率,助力大家更快更轻松地开发新产品,华秋电子联合扬兴科技开启直播,为大家带来“硬件工程师必备的晶振干货”。相信硬件工程师会遇到以下烦恼:焊好的板子,电路怎么都调试不出来;板子上的晶振布局不合理;特殊晶

    2022-07-19 12:04

  • 教你如何在PCB中添加汉字中文字

    教你如何在PCB中添加汉字中文字

    2009-03-31 13:35

  • 高手请进.简易数字时钟原件PCB排版问题

    本帖最后由 eehome 于 2013-1-5 09:50 编辑 我刚开始学protel,要画数字时钟PCB,但是画了好几天就是画不出来。请各位高手帮忙看看,到底要如何排才好。我用的是09版的。

    2011-10-13 19:50

  • 在Protel 99se怎样添加汉字

    在Font和Hanzi1.LIB的属性只读里的勾去掉。3. 打开要添加汉字PCB,在Add/Remove里把Hanzi1.LIB添加到元件库。4. 在Protel 99se的根目录下把FONT

    2011-12-15 14:09

  • 麻烦各位高手指点一下!stm32与RC522通信调试不出来

    该程序连基本的读取IC卡的卡号不出来,staus总是返回MI_ERR。输出一直是There is no card!以下是main.c的程序:#include "

    2014-04-18 20:03