Page 1 of 1

Simulating Interupts - Manual triggering

Posted: Sat Dec 12, 2015 6:14 pm
by Jay Dee
When I have Interrupts in a Program the simulation can become pretty frantic. ( I might be doing something wrong!)
It would be handy to be able to manually trigger Interrupts when i simulation mode... essentially a button press is seen as the interrupt.

Re: Simulating Interupts - Manual triggering

Posted: Sun Dec 13, 2015 8:53 pm
by medelec35
Hi Jay Dee,
The port interrupts can be triggered manually.
All you do is add a switch then assign it to for connection for the required interrupt.
Then pressing switch should trigger ISR macro

Martin

Re: Simulating Interupts - Manual triggering

Posted: Sun Dec 13, 2015 9:18 pm
by Jay Dee
Ahh... thats pretty obvious now! Thanks Martin.