PDA

View Full Version : MCLR as PIN on 12F675



rgregor
- 27th October 2009, 23:49
I am trying to use the MCLR as the output PIN. But it looks like, doesn't work with PBP. What I am doing:
1. I have programmed my PIC with the FUSE MCLRE = I/O
2. Then, in my PBP code I will do simply HIGH PORTA.3. But it doesn't work. If I will do PORTA.2 it is working well. Does anyone know, what I am doing wrong?

Thanks R.

Darrel Taylor
- 27th October 2009, 23:57
When MCLR is disabled on a 12F675,
GP3 can be used as INPUT ONLY.
<br>

rgregor
- 28th October 2009, 09:46
Thanks, I am stupid guy, which doesn't know, how to read the manuals.......
You are really good in PICs :)))))