FelippeRocco
Sep 30, 2008, 07:35 PM
Hello Guys, I'm building a decoder for model railroad locomotives and I'm in doubt if can I simply change the pic12CE519 for a pic12F519 doing this:
change this:
LIST P=12CE519, R=DEC
INCLUDE <P12CE519.INC>
__CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _IntRC_OSC
for this:
LIST P=12F519, R=DEC
INCLUDE <P12F519.INC>
__CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _IntRC_OSC
and let the the same for the rest of the program
It works when you do with pic12C509 to pic12F509, but I don't know if the CE family have some differences for the C or if its just diferent names for the same family (cause it uses the same datasheet)
Thanks
change this:
LIST P=12CE519, R=DEC
INCLUDE <P12CE519.INC>
__CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _IntRC_OSC
for this:
LIST P=12F519, R=DEC
INCLUDE <P12F519.INC>
__CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _IntRC_OSC
and let the the same for the rest of the program
It works when you do with pic12C509 to pic12F509, but I don't know if the CE family have some differences for the C or if its just diferent names for the same family (cause it uses the same datasheet)
Thanks