Page 1 of 1

PR11 using PIC18F4520

PostPosted: Mon Apr 15, 2013 9:44 am
by V.Lim
Hi guys, a few questions here. is it possible to change the PIC 16F to PIC 18F? From the code, can it be used for a PIC 18F? if not, what is the changes that i can do for the source code?

Thank You.

Re: PR11 using PIC18F4520

PostPosted: Tue Apr 16, 2013 3:03 pm
by robosang
If the project is using 40-pins, it should be compatible, the pins are compatible.

But software, I don think is compatible.

1st you need to check the compiler whether it support 18F, else, you will need to do some modification. What modification? Not sure because it depends on compiler.

Re: PR11 using PIC18F4520

PostPosted: Thu Apr 18, 2013 3:48 pm
by shahrul
change from pic16 to pic18, if use same compiler it's not many modification. ex I use hi-tech just change pic configuration and change address. ex address different on Timer 0.