Can portions of code for a PIC16F877 be used in a PIC12F683?
Can portions of code for a PIC16F877 be used in a PIC12F683?
(OP)
I am wondering if anyone has used portions of their code for a 16F8XX in a PIC12F6XX. I have a project which we are expanding and I am using the 16F877 as the main controller loaded with the main program and the user interface and we plan on using the 12F683 as the peripheral controller to run a sub program and report measurements to the 16F877. I am wondering if it is worth my time to try and use these 2 controllers are use a lower level 16Fxxx instead of the 12Fxxx?





RE: Can portions of code for a PIC16F877 be used in a PIC12F683?
set of the 16FXXX chips. You most likely will be able
to lift large portions of the code from the 877 to
the 683.
I/O will most likely be different as well as feature set,
but simple program flow operations will most likely match.
I've done a lot of code leveraging between 16FXXX pics
and 12F675'ish pics without problem. In fact, I've lately
been playing with the 10F20X pics and using code designed
for the 16F (all be it with limitations) on the itty bitty
pics.
Cheers,
Rich S.
RE: Can portions of code for a PIC16F877 be used in a PIC12F683?
Dan
Owner
http://www.Hi-TecDesigns.com
RE: Can portions of code for a PIC16F877 be used in a PIC12F683?
RE: Can portions of code for a PIC16F877 be used in a PIC12F683?