Search found 4 matches

by Carl-NC
Sun Nov 16, 2008 6:26 pm
Forum: General Programming
Topic: 44pin TQFP
Replies: 3
Views: 3539

Re: 44pin TQFP

Thanks, I particularly wanted to know about the PICmicro board, which I assumed followed the normal ICSP method, but wanted to be sure. I've misplaced my CD which has the schematic on it, and the one on-line did not have enough resolution to follow.
by Carl-NC
Thu Nov 13, 2008 1:02 am
Forum: General Programming
Topic: 44pin TQFP
Replies: 3
Views: 3539

44pin TQFP

I need to program a 44-pin TQFP. I have a socket and can jumper wires over to the DIP sockets on my PICMicro V3 board. Exactly which pins are necessary for programming, besides supply & gnd? I'm programming the bootloader on the 18F4550.

Thanks,
Carl
by Carl-NC
Thu Jan 12, 2006 8:56 pm
Forum: General Programming
Topic: Help... PICMicro V3
Replies: 1
Views: 4994

Never mind... the watchdog timer was enabled in PPPv3 but not in PPP v2.3. I turned it off, and everything works.

- Carl
by Carl-NC
Thu Jan 12, 2006 8:51 pm
Forum: General Programming
Topic: Help... PICMicro V3
Replies: 1
Views: 4994

Help... PICMicro V3

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 ...