Hello,
I am programing a PIC16F886 with inputs on Ports A and C, and outputs on Port B. I am trying to figure out how to keep the output form going high during power up. I have found in the PIC data sheets where it talks about the different resets; Power-On, MCLR, BOR, etc. Which you can set using register CONFIG1 and CONFIG2. I have not been able determine how to set these using software; though I have tried to set them using MPLAB under the configure menu. I have enabled MCLR, BOR, and Time-ON Delay, but the output still ramdomly turn on.
Could I get some recommendations as to how to keep the output low during power-up?
Thanks,
Shawn