How to add to the Interrupt Dialog in Keil for the Mentor M8051EW?

I am using the AGSI in order to create other timers and define the IR for the extended interrupts.

The dialog for the interrupts already have the 8 extended interrupts but it doesn't have flags defined for the interrupts. http://keil.com/dd/vtr/3227/4547.htm. I want to define those flags and add the flag as a check box to the dialog of the corresponding interrupt like the other timers/interrupts in order to send interrupts through the dialog.

How can I overwrite the dialog that already has the 8 extended interrupts in it but no check boxs for the flags?

Parents
  • Unfortunately, it is not possible to modify predefined interrupts in a AGSI DLL.

    I don't know what you mean with 'does't have flags defined for the interrupts'. All these predefined external interrupts have an interrupt request, enable and priority bit.

    Since the M8051EW is an IP core, the external interrupt inputs are simulated with the virtual register 'INTPINS' rather than port pins.

Reply
  • Unfortunately, it is not possible to modify predefined interrupts in a AGSI DLL.

    I don't know what you mean with 'does't have flags defined for the interrupts'. All these predefined external interrupts have an interrupt request, enable and priority bit.

    Since the M8051EW is an IP core, the external interrupt inputs are simulated with the virtual register 'INTPINS' rather than port pins.

Children
More questions in this forum