![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
Can PIC16F84 replaced by PIC16F877A with the same configurations in PIC16F84?? The difference is 84 has less pins than the 877A... 84 has Flash EEPROM and 877A has Flash as well.. so can the 84 replaced by 877A? | |
| |
| | #2 |
|
What do you mean by configurations? Like you said, the 16F84 has less pins than the 16F877A, so it's not a match in physical size, i.e. not a drop-in replacement part. The most direct, current production replacement part for the 16F84 is the 16F88 (identical pin-count and a few more features). The 16F877A is a more powerful chip than the 16F84, so anything you might have done with the 16F84 you could do instead with the 16F877A. | |
| |
| | #3 |
|
I mean like in terms of the connection??? as the 877A has more pins then can I juz replace it with the same port connection as the f84?
| |
| |
| | #4 | |
| Quote:
Are you asking if you can use the same program and CONFIG WORD thats written for the F84 in a F877A?
__________________ Eric " Good enough is Perfect " I will NOT answer PM's requesting technical help, please use the Forum PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | #5 | |
| Quote:
Last edited by Hank Fletcher; 5th September 2007 at 04:01 AM. | ||
| |
| | #6 |
|
The source files would have to be modified but could be very close. You have to turn off the A/D and comparators for starters. | |
| |
| | #7 |
|
They both use the same 14 bit core, so it's VERY simple to convert antique F84 code to F877 code - the changes required are VERY minor.
| |
| |
|
| Tags |
| configurations, pic16f84, pica, replaced |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| Need PIC16F84A Cool Project | Agent 009 | Micro Controllers | 158 | 11th March 2007 07:15 AM |