Author |
Message |
Topic: Capacitive sensing using the PIC16F727 - problems |
Heliophagus
Replies: 1
Views: 4019
|
Forum: General CCS C Discussion Posted: Mon Nov 03, 2008 8:34 pm Subject: Capacitive sensing using the PIC16F727 - problems |
Greetings - a ccs c newbie here. I am attempting to get a PIC16F727 going with capacitive touch sensing using ccs c. Unfortunately running the wizard for this part crashes the wizard with a"list ... |
Topic: Gang programming with ICD |
Heliophagus
Replies: 3
Views: 27322
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Nov 03, 2008 2:45 pm Subject: I'd really appreciate some input |
Either what I want to try is clearly impossible, so no-one has replied, or it is obviously possible, so no-one has replied. I'd really appreciate some input on this, and have tried doing Google search ... |
Topic: Gang programming with ICD |
Heliophagus
Replies: 3
Views: 27322
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Fri Oct 31, 2008 6:32 pm Subject: Gang programming with ICD |
If I need to program 4 PICs on a circuit board, all of which run the same program, it would be convenient to have them all share one pullup to VCC and to share their PIN_B6 and PIN_B7 lines. This woul ... |
Topic: Maximum 8-channel PWM frequency? |
Heliophagus
Replies: 2
Views: 5040
|
Forum: General CCS C Discussion Posted: Thu Oct 30, 2008 10:23 am Subject: Maximum 8-channel PWM frequency? |
Greetings! New member with an odd question.
I need 8 PWM channels, 10-bit resolution, preferably using a single PIC. Using a very simple algorithm, such as
int16 LoopCount = 0;
while (true ... |
|