• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • OPB900W55

    PHOTO INTERUPT W/WIRES LOGIC OUT

    2023-03-21 21:46

  • 在No-OS SDK 1.4.0上,如何一直接收UART0消息呢?

    我应该在 interupt 函数中添加代码还是在新任务中添加代码 谁能帮忙给出一个完整的可行例子?

    2024-07-22 06:14

  • 如何在传输过程中禁用uart接收中断

    beginning the transmision and to use the last interupt of TXIF for set the RCIE to 1.but it still one

    2019-03-21 12:26

  • GPIO如何减少中断时间

    for both edges,I found that it need takeabout 14us. I want to know how to decrease interupt time Last , I

    2019-04-10 07:36

  • 单片机中断使用goto语句

    文件n++;}}interupt(){if(...)n++;goto loop;}n为mp3文件的序号文件在被读取的时候 是连续的,也就是这个程序会执行很久就是想在按键按下后 就在中断里把n加一然后

    2014-06-20 17:25

  • rs485无法接收

    */IFS0bits.U1TXIF = 0; //clear the tx interupt flagIEC0bits.U1TXIE = 0; //enable transmit interuptsIFS0bits.U1RXIF

    2019-03-27 09:22

  • PWM程序,怎么看出来PB1是输出口

    = 0x49; //start}#pragma interrupt_handler int0_isr:iv_INT0void int0_isr(void){ //external interupt

    2014-09-08 09:36

  • 关于6747 中断的问题

    您好! 我想利用定时器0计数中断并将其设置为INT4 。以下是中断的初始化函数:void int_interupt ()[CSR&=0xfffe;//disable global

    2018-08-01 07:40

  • 是否可以设置3458A在24小时内记录3458A的内部温度

    testing time so I can keep my 24 hr accuracy. And if so will this interupt the operation of the ohmf.

    2019-06-03 15:24

  • 什么是中断,中断的介绍

    CPU、CPU运行管理等三个方面。因此,使用events事件表示,更加贴切实际,但在平时描述中,基本上仍然采用了中断这个词。 events的分类如下图所示,主要包括中断和异常,外部硬件控制CPU对应hardware interupt,软件控制CPU对应software interrupt,CPU运行管理则对

    2023-11-07 16:43