Dennis wrote: > Is there a way to "induce" and external interrupt in the Studio simulator? > Dennis > Sure. Just stop the sim and set the port pin. I.E. INT0 is connected to port X, bit Y. Expand the I/O port X window and click pin Y. (The actual port# and bit# depend on what processor you are using - so RTFM.) If you're debugging assembly, step the sim one, two or three steps and bingo, you're in the isr routine. If you are debugging C, usually only one step is needed. Bruce
Message
Re: [AVR-Chat] Sudio simulator
2005-08-27 by Bruce Parham