Hi,
I would like to have my PCB work with to different devices: 16F873A and 16F876A without changing device directive in the code and recompiling the code. Is it possible? I have tried some #if directives but without success.
Thanks in advance,
Johny
Charlie U
Joined: 09 Sep 2003 Posts: 183 Location: Somewhere under water in the Great Lakes
Posted: Tue Jun 29, 2004 4:06 pm
The 2 devices are virtually identical except that the '876A has more program memory, more ram and more eeprom. As long as your program fits into the 873A, and uses only the resources of that part, you should be able to load it directly into the 876A and run it without a problem. We have done this in the past with other parts with success.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum