reset pulse recovery time
Does anyone know how long the BS2 takes to start processing after the reset goes away? I.e., after it goes high? I am trying to use the reset pulse as a pseudo-interrupt. Not sure if the BS2 goes into la-la land for a while before it takes off. Thanks!
manzana
manzana

Comments
-Phil
' {$STAMP BS2} ' {$PBASIC 2.5} OUTS = %1000000000000000 DIRS = %1100000000000000 TestLoop: GOTO TestLoop...With P15 connected to the scope, and P14 connected to the RESET, the time interval between resets was about 16.8 ms.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
manzana