Author |
Message |
Topic: PIC16LF1509 CLC3/4 responding [solved] |
kunzem
Replies: 2
Views: 5354
|
Forum: General CCS C Discussion Posted: Fri Jul 12, 2013 9:10 am Subject: PIC16LF1509 CLC3/4 responding [solved] |
solved with updated header file for chip, thanks ccs |
Topic: PIC16LF1509 CLC3/4 responding [solved] |
kunzem
Replies: 2
Views: 5354
|
Forum: General CCS C Discussion Posted: Fri Jul 12, 2013 8:43 am Subject: PIC16LF1509 CLC3/4 responding [solved] |
apparently its a bug in the LC3OUT/LC4OUT definition cause:
enable output to pin works, signal is on pin
and also reading the value like this for CLC3 works:
#byte c3con = 0xF20
lc3out = c ... |
Topic: PIC16LF1509 CLC3/4 responding [solved] |
kunzem
Replies: 2
Views: 5354
|
Forum: General CCS C Discussion Posted: Fri Jul 12, 2013 5:53 am Subject: PIC16LF1509 CLC3/4 responding [solved] |
Hello, I'm trying to work with the CLC's of the PIC, the cells 1 and 2 are working fine and as expected, but 3 and 4 are not responding in any way.
compiler is: CCS PCM C Compiler, Version 5.007, 1 ... |
|