阅读:1476回复:7
WinDriver中ISA(non_PNP)卡中断问题???
小弟要为一non PNP ISA卡在win98下面写一驱动,板子是决对没问题的,在dos下面用turboc2写的软件工作几年了:)。现用windriver6.23试验,中断号是占用的IRQ3(int B),实际试验中怎么也收不中断信号,进入不了中断服务程序,其它的I/O是能行的。 请教各位高手指点一二,可能造成收不到中断的原因所在???谢谢。。。。 :( :(
|
|
沙发#
发布于:2004-11-29 08:34
经过修改CMOS中的PCI/ISA里面的设置,现在是可以收到中断成了(我用的是IRQ3,占用的COM2的)。可又出现了在WinDriver中,我触发一次板上的AD转换后,总能收到5次左右的中断?实在是不解:(在DOS下面我是完全能行的呀!求版主及各位高手指点一下,谢谢了!急用。在线等候。。。。。。。。。 :cool:
|
|
板凳#
发布于:2004-11-29 14:33
C.Build your driver - Press the F7 key or start the process from the Build menu.
NOTE: On Windows 98/Me, the generated code cannot be built into a SYS driver using the method described above. You can, however, build a SYS driver for a target Windows 98/Me PC with Windows NT/2000/XP/Server 2003 (i.e. build the code on a PC running Windows NT/2K/XP/Server 2003 for a target Windows 98/Me OS and then use the driver that was created on Windows 98/Me). 哪位熟悉WinDriver6的大虾帮小弟解释一下上面所讲的意思(取自WinDriver手册中的一段):( "On Windows 98/Me, the generated code cannot be built into a SYS driver using the method described above"??? WHY? |
|
地板#
发布于:2004-12-16 20:44
利用Windows系统下的8253定时器就可以产生中断,中断号为3。
|
|
地下室#
发布于:2004-12-29 15:31
对于在DOS下操作ISA的程序很感兴趣,能说说那个是如何实现的吗??楼主大人?
|
|
5楼#
发布于:2005-01-06 00:46
recieve orders
|
|
6楼#
发布于:2005-03-03 17:02
利用Windows系统下的8253定时器就可以产生中断,中断号为3
|
|
7楼#
发布于:2005-03-03 17:03
利用Windows系统下的8253定时器就可以产生中断,中断号为2可以,不是3号,我记忆错了
|
|