Hi there, Iam facing the following problem while trying simulate EINT 0 (w.r.t.LPC2368, Port pin 2.10). If I try to invoke the interrupt in the simulator by pulsing the Port Pin 2.10 in the GPIO Fast Interface / Port 2 / Pins, nothing happens. But in the Vectored Interrupt Controller for EINT0, if i check the SoftInt box , then only i can see that the interrupt handler function is invoked. As per the Keil support documents SoftInt is not meant for this.
Please give me your suggestions regarding the above. Also, it will be very helpful if you can suggest me how to use the VTREG facility for the above. Are there any example programs which demo the use of VTREG ?