This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Forcing standard interrupt requests from an AGSI DLL

I am trying to force an IRQ on external IRQ source 1 using an AGSI DLL.

The following snippet does not seem to work :

AgsiWriteSFR(0x88,8,8); // set IE1

The int request is not driven, but it can be manually driven from both the IRQ source dialog and Port3 dialog within uV2.

The chip model being simulated is the Mentor/Inventra 8051Warp.

How should one force the interrupt request state of an external interrupt source?

Thanks in advance,

Gary Partis