thanks for your kind response
!
I also have the same problem,i have a code compiled for pic16f877
the data,clock pin is on porta pin,when i program it on pic16f877a i did not work.
how would i disable the comparator.
Comming from the migration sheet...
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=863&stc=1&d=1146485135 ">
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
The problem is this,i connected as follows to pic16f877a
porta.0 = clock to 74hc
porta.1 = clock to 74hc
porta.2 = clock to 74hc
porta.3 = input..
porta.4 = input..
porta.5 = output..
portb.0 - 7 = outputs.
portc.0 - 7 = outputs.
i have tried to ,cmcon = 7
adcon1 = 7
still is not working .
but the code work on pic16f876.
Is your programmer support the 16F877a as it can have some programming time difference.
Also, the A serie are bit much noise sensitive, be sure you place the proper psu filtering cap close to your PIC.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
i will try to fit in the capacitor,.
is there any other thing i can do to make it work.?
my programmer supports 16f877a, and i buld it my self and i use it with winpic800 software or icprog, it works very fine i have been programming 16f877a and 16f628a with it works fine.
Bookmarks