Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

4620 PORTC issue RC2/CCP1/P1A

Status
Not open for further replies.

poxkix

Member level 5
Joined
Aug 20, 2011
Messages
87
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,948
These are the code snippets:
port settings: I did not include the other port settings
Code:
ADCON1 = 0x0F;
INTCON = 0x00;
TRISC = 0x00;
PORTC = 0;


I'm using PORTC.F0 up to PORTC.F3. Port F0, F1, and F3 works just fine but at F2 otherwise
I'm thinking it is because of PORTC.F2 is multiplexed with CCP1/P1A. Is it possible to disable this?

EDIT:
The ports activate when a corresponding key is pressed from a keypad
 

Anyone knows what is the problem? Is it hardware or software issue?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top