PDA

View Full Version : Simulating a input in MPLAB



Hamlet
- 7th October 2005, 19:28
hi all.

I think this should not be difficult, but Im not that smart at programming "yet".

I need to simulate a input in the MPLAB. It is to start an external interrupt through the bit 0 of port B.

I already have the code, I just need to tell to MPLAB the change from 0 to 1 on that bit so it will simulate the interrupt.

Any help, Thanks so much

Luciano
- 8th October 2005, 08:36
- MPLAB IDE MENU "Debugger" / "Stimulus".
- Click on the TAB "Pin Stimulus".
- Press the button "Help".
- Read Help file "Using Pin Stimulus".

Luciano