o.k when you program the F876 did you change your DEVICE lines to DEVICE pic16f876 ???
also the following define are not good for F876 if i refer to the p16f876.inc and p16f876a.inc files
@ DEVICE pic16F876A, PWRT_OFF
' Power-On Timer
@ DEVICE pic16F876A, BOD_ON
' Brown-Out Detect
@ DEVICE pic16F876A, PROTECT_OFF
so they probably refer programmer to something else. Must see p.16f876.inc files in your MPLAB\mchip_tools
I saw in the migration sheet that theres some difference on programming method/timing. Also when programming did you select the good device (since F876 is not suppose to be the same am F876A)
can you try slower baudrate ?
Last edited by mister_e; - 8th December 2004 at 05:57.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks