Keeps stopping
T.J.Lin
Posts: 2
I'm learning the propeller chip and have the PE kit. I run a simple program that flashes LEDs. After a few minutes of running, the propeller chip appears to stop. I've monitored for a brown-out condition, but that is not the case. Voltage on the power input pins is a solid 3.3V.
Is there something that will change how long the prop runs? Is there a default time if nothing is specified? Or, did I get a flaky chip?
Is there something that will change how long the prop runs? Is there a default time if nothing is specified? Or, did I get a flaky chip?
Comments
I'd bet that you have a stack overflow or something alike. When you overwrite the wrong memory location the propeller will do a reset or can do anything.
Show us your code.
-Phil
Thanks guys.
Jim