Author |
Message |
Topic: ADC on a 16F676 .. what interrupt?! |
curt
Replies: 1
Views: 5489
|
Forum: General CCS C Discussion Posted: Wed May 18, 2005 11:07 pm Subject: ADC on a 16F676 .. what interrupt?! |
I'm not sure if I want the ADC to be interrupt driven or sleep() on convert, but either way the interrupt "must be enabled"
Groovy. Except nothing in the .h file looks like an A/D interrupt. what a ... |
Topic: 12f629 woes, where oh where have the pull-ups gone? |
curt
Replies: 7
Views: 8409
|
Forum: General CCS C Discussion Posted: Sat May 29, 2004 6:03 pm Subject: Thanks! |
I don't use the IDE to compile with, perhaps I should start
Both suggestions did the trick, thank you so very much for the RTFM headsup
-Curt |
Topic: 12f629 woes, where oh where have the pull-ups gone? |
curt
Replies: 7
Views: 8409
|
Forum: General CCS C Discussion Posted: Thu May 27, 2004 12:28 pm Subject: oh yeah one other thing- |
Using MPLAB 6.5 has 2 internal clock options, one runs the clock external and the other does not. using:
#fuses NOWDT, PROTECT, INTRC, NOMCLR, BROWNOUT, CPD, NOWDT
maps to "Internal RC No Clocko ... |
Topic: 12f629 woes, where oh where have the pull-ups gone? |
curt
Replies: 7
Views: 8409
|
Forum: General CCS C Discussion Posted: Thu May 27, 2004 12:24 pm Subject: 12f629 woes, where oh where have the pull-ups gone? |
No matter what I try (including writing my own #asm) GP1 refuses to be pulled up. When I wire up my own 4.7K on it everything is just peachy, port_a_pullups(true) and setup_counters(...) don't seem to ... |
|