> -----Original Message----- > Subject: [PIC]: Debugging Help Needed - Resetting? > > > What my program *actually* does is show the first set > of characters and briefly flicker about every second > or two. It's like it's resetting itself, and never > gets to the second set of characters. [snip] > __CONFIG _CP_OFF & _WDT_ON & _PWRTE_ON & _XT_OSC It looks like you are enabling the watchdog timer, but you are never resetting it in software. This is probably what is causing your resets. I did not check if there are any other problems, but since you say it similated fine, i'd try disabling the WDT first, to see if the problem goes away. -Phil -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body