Page 1 of 1

Help... PICMicro V3

Posted: Thu Jan 12, 2006 8:51 pm
by Carl-NC
I'm trying to get my V3 board running. I have a V2 board as well, and some simple asm test code. When I program a 16F84a chip (using Assembly V2.0) on the V2 board and plug it into the V3 board, it runs. But when I program the same code to the same chip on the V3 board, it does not run. It seems to be getting a reset signal about every 1.8 seconds.

Suggestions?

- Carl

Posted: Thu Jan 12, 2006 8:56 pm
by Carl-NC
Never mind... the watchdog timer was enabled in PPPv3 but not in PPP v2.3. I turned it off, and everything works.

- Carl