• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 如何安装使用涡轮流量计?

    涡轮流量计工作原理涡轮流量计安装及使用涡轮流量计的流量显示仪表

    2021-03-17 07:33

  • 各位前辈看看我的程序不知哪有语法错误不能产生HEX文件谢谢 。信号发生器

    ORG 0000HLJMPL0100ORG 0100HL0100:JNBP1.0,L010fnn bJNBP1.1,L0117JNBP1.2,L011fJNBP1.3

    2016-01-18 18:02

  • 怎么消除Bootloader额外的中断跳转

    我正在整理一个PIC16F引导加载程序。我有:我在想我能把它清除掉。XC8是否总是把ISR放在主应用程序的同一个地方。添加属性到它是否有坏处,以确保它永远不会移动?那么一个好地方会放在哪里呢?现在在哪里? 以上来自于百度翻译 以下为原文 I am finishing up a PIC16F Bootloader.I have:void interrupt isr(void){ #asmPAGESEL (NEW_RESET_VECTOR + 4);GOTO (NEW_RESET_VECTOR + 4); #endasm}I was thinking can I get rid of it.Does XC8 Put the ISR in the same place in the main application all the time.Is there a downside to adding an attribute to it to insure it will never move?Then where would a good place be to put it? where it is now?

    2019-03-20 08:49