??? 11/15/09 15:04 Read: times |
#170847 - Maybe it is your program Responding to: ???'s previous message |
If CLR P0.0 is the actual program you are running then it is very possible that your MCU is running off into the "Enchanted Forest" and executing random code. If you add the simple little line "SJMP $" you may achieve your desired results. Your program should look like this:
CLR P0.0 ; turn on LED SJMP $ ; wait here - forever |