• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

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

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

    2013-05-27 14:05

  • 5nm架构设计试产

    宣布5nm基本完工开始试产:面积缩小45%、性能提升15%.pdf(105.52 KB)

    2019-04-24 06:00

  • 华为内部使用资料,模

    华为内部使用资料,模,一直在用,还不错

    2015-11-18 11:56

  • 华为讲义

    本帖最后由 eehome 于 2013-1-5 10:03 编辑 华为讲义

    2012-08-12 20:14

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

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

    2022-07-19 12:04

  • 华为鸿蒙系统出来意味着什么

    华为鸿蒙系统出来意味着什么,众所周知,自鸿蒙系统2.0发布之后,大家对鸿蒙系统又掀起了一番新的期待,尤其华为还表示今年12月底将会开启试用,明年正式使用。在当前芯片紧缺

    2021-07-28 08:07

  • 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

  • 分析师:苹果或推出自家搜索引擎;曝因芯片缺货,华为智慧屏削减30-40%订单;精选资料分享

    Digitimes 报道称,受限于半导体元件供应,华为削减了 30~40% 的电视元器件订单。华为目前推出的智慧屏产品在市场上受到极大欢迎,虽然在核心元器件方面都采用了自研芯片,但是

    2021-07-23 06:11

  • 高通最新中端芯片

    高通最新中端芯片媒报道指高通的新款高端芯片骁龙875已在台投产,预计将在9月份发布,中国手机企业小米将首发这款

    2021-07-28 06:39

  • 华为mete10发布,看国产芯片崛起之路

    外观设计,到手机芯片,全都为国产制造,这次的mate 10也是搭载了华为最新的Kirin 970芯片。麒麟 970 采用了

    2017-10-18 15:49