Hi,
Couple of questions:
1.
I've been playing with 16F628A till now and was putting the following line at the top of my programs to set the config word:
Code:
@ DEVICE PIC16F628A, INTRC_OSC_NOCLKOUT, WDT_OFF, LVP_OFF, PWRT_OFF, PROTECT_OFF, BOD_OFF
I'm getting a 16F877A (it's on order). What would be the correct config word for use with the F877A (I'll be using an external crystal)?

2.
If I can enable "weak pullup resistors" on Ports A & E of the F877A, does this mean that I don't have to use real resistors for the inputs on those ports?

Thanks,
Tom