Quote Originally Posted by MINHLE View Post
hi,

sure I have to return the orignal config. but first of all i should see how it looks like.

the MCLR was set to off (MCLR_OFF), I try another way to test the circuit in oder to bring back to the original setting.

thanks for your attention

Minh LE
Hi Minh LE,
Actually you do not have to return it to the default settings. The Default settings are there, mostly to help beginning programmers get started, as they likely do not know how to set them in code. You have 3 choices, return them to default settings, comment them out and always set them in your main code, or set them to the setting you use most often and do not include them in your code.
JS