当前位置: 代码迷 >> VxWorks >> [现在DM9000a的34引脚‘INT’一直为低,即是没有中断信号]解决方案
  详细解决方案

[现在DM9000a的34引脚‘INT’一直为低,即是没有中断信号]解决方案

热度:1170   发布时间:2013-02-26 00:00:00.0
[现在DM9000a的34引脚‘INT’一直为低,即是没有中断信号]
[align=right][/align]x86架构下,vxworks系统,现在DM9000a的34引脚‘INT’一直为低,即是没有中断信号。
我现在应该如何操作呢?

------解决方案--------------------------------------------------------
楼主是用的是“48-pin LQFP、8-16bit”的DM9000A 吗?

首先DM9000A的INT 只是默认为高电平有效;
楼主认真看下对应的技术手册就会发现:
1、
INT O,PD
Interrupt Request
This pin is high active at default, its polarity can be modified by EEPROM
setting or by strap pin EECK. See the EEPROM content description for
detail

2、
EECK O,PD
Clock to EEPROM
This pin is also used as the strap pin of the polarity of the INT pin
When this pin is pulled high, the INT pin is low active; otherwise the INT pin is
high active

这些都充分说明其INT实可配置的,楼主好好看下手册,和自己的代码。

另外我们的开发用的是DM9000A,其INT是默认上拉,且配成低电平有效,
------解决方案--------------------------------------------------------
要详细阅读数据手册的硬件及寄存器配置。
  相关解决方案