Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: sambhav on February 04, 2007, 07:21:30 AM

Title: PIC 16f877 and 16f877A...????
Post by: sambhav on February 04, 2007, 07:21:30 AM
hi....i just have one qstn..
what is d difference between pic 16f877 and 16f877A..??
i hv designed my project using 16f877.. now can i implement it using 16f877A in place of 16f877???? will der be any difference??
thanx.
Title: Re: PIC 16f877 and 16f877A...????
Post by: JonHylands on February 04, 2007, 07:33:31 AM
They are more or less the same as far as running normal user code. They are programmed differently, so your programmer has to be able to handle A versus non-A chips.

- Jon
Title: Re: PIC 16f877 and 16f877A...????
Post by: Hal9000 on February 05, 2007, 05:22:58 AM
Just a side note, I am using a PIC16F628A, but am programming it as a PIC16F627A.

This works, as the 628 has more memory, but roughly the same internal structure.