Hi,
I am migrating to the 16F88 from the 16F84A and was wondering what code I have to put in the header to make it exactly like a 16F84A. I want only to have to stock the newer cheaper chip.
thanks
Maurice
Hi,
I am migrating to the 16F88 from the 16F84A and was wondering what code I have to put in the header to make it exactly like a 16F84A. I want only to have to stock the newer cheaper chip.
thanks
Maurice
not sure that 16F84a is the cheapest you can have against the 16F88... 16F627, 16F628 will probably be cheapest than 16F84, and if your application permit, you'll be able to use the internal oscillator and have two free i/o. If you post your code here we can help to convert from one to another. Should be straightforward...
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi Mr_e thanks for your response. What I want to do is to use 16F88s from now on but I'm finding it hard to find all the info on how I make a 16f88 into an all digital PIC and make it behave like the 16F84A (when I need it to).
all best
Spencer
make an F88 all digital will be done by using this simple line...
ANSEL=0 ' disable all ADCs
if you feel safe to disable analog comparator that are already disable at POR
CMCON=7 ' disable all analog comparator
That's it that's all... basketball!
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
config??? Fuses? registers?
Sorry i need more words to post words![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks