Quote Originally Posted by Picstar View Post
No, these were new chips that I entered some simple code into and they froze. This is what I entered,

' Timer countdown test
trisa = 0
porta = 0
Start:
I var byte
for I = 1 to 2000
porta.0 = 1
pause 5000
goto Start
Why you say its locked?
That code posted don't do nothing, did the code compile without errors? Because its missing the "next" of the "for" command!