Author |
Message |
Topic: Running a 16f688 at 20.4 MHz |
Hampton
Replies: 2
Views: 4214
|
Forum: General CCS C Discussion Posted: Fri Apr 17, 2009 4:08 pm Subject: Running a 16f688 at 20.4 MHz |
Does anyone have experience running a PIC16F688 (or any PIC for that matter) at a slightly higher frequency than what the specs list? The 16f688 has a max clock speed of 20 MHz. I'm trying to run it ... |
Topic: baud rate out of range |
Hampton
Replies: 8
Views: 16407
|
Forum: General CCS C Discussion Posted: Mon Oct 06, 2008 12:39 pm Subject: baud rate out of range |
I got a response back from CCS and they say it's a compiler issue that will be addressed in the next release. |
Topic: baud rate out of range |
Hampton
Replies: 8
Views: 16407
|
Forum: General CCS C Discussion Posted: Mon Oct 06, 2008 10:35 am Subject: baud rate out of range |
I'm using a PIC24FJ64GA004 and using an 8 MHz xtal with 4x PLL to get 32 MHz clock speed. Trying to run a uart at 115.2 kbps. When I compile I get the error "baud rate out of range".
#u ... |
Topic: USB bulk demo driver |
Hampton
Replies: 3
Views: 5128
|
Forum: General CCS C Discussion Posted: Tue Jul 01, 2008 3:44 pm Subject: USB bulk demo driver |
How do I get vista to install the proper driver? I've found the 'cdc_NTXPVista.inf' driver in the PICC/Drivers folder, but when I try to right click and "install" I am told "the INF fi ... |
Topic: USB bulk demo driver |
Hampton
Replies: 3
Views: 5128
|
Forum: General CCS C Discussion Posted: Tue Jul 01, 2008 2:55 pm Subject: USB bulk demo driver |
I can't get the virtual com port driver to install either. I get the error "Windows found driver software for your device but encountered an error while attempting to install it.
USB to UART
... |
Topic: USB bulk demo driver |
Hampton
Replies: 3
Views: 5128
|
Forum: General CCS C Discussion Posted: Mon Jun 30, 2008 2:54 pm Subject: USB bulk demo driver |
I'm running through the USB dev kit tutorial and am having trouble with the bulk demo. I installed the driver, but when I try to run the example the device manager gives me the error "This devic ... |
Topic: Ethernet dev kits: Microchip vs CCS |
Hampton
Replies: 4
Views: 4817
|
Forum: General CCS C Discussion Posted: Tue Apr 22, 2008 8:36 am Subject: Ethernet dev kits: Microchip vs CCS |
check the misc in the download section
http://www.ccsinfo.com/compilerupdates.php yes that's what I've been referring to. I'm wondering if that is the same examples/code that comes with ... |
Topic: Ethernet dev kits: Microchip vs CCS |
Hampton
Replies: 4
Views: 4817
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2008 2:36 pm Subject: Ethernet dev kits: Microchip vs CCS |
Do you by any chance have a list of example programs that comes with the CCS dev kit? The TCP/IP bundle I downloaded has some example programs, but I'm wondering if the dev kit comes with more than w ... |
Topic: Ethernet dev kits: Microchip vs CCS |
Hampton
Replies: 4
Views: 4817
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2008 11:57 am Subject: Ethernet dev kits: Microchip vs CCS |
I'm looking at getting into using ethernet and am wondering if anyone has thoughts on which dev board to go with. I've been using the CCS compiler for almost two years now and would like to stick wit ... |
Topic: Should I set analog pins low when not in use? |
Hampton
Replies: 1
Views: 4302
|
Forum: General CCS C Discussion Posted: Thu Jun 15, 2006 2:04 pm Subject: Should I set analog pins low when not in use? |
In my program I take an ADC sample every so often. Using a PIC18LF2525. Is it advantageous to turn off the adc and set the pins low in between samples? Here's the pseudo code for what I'm trying to ... |
Topic: Did I fry my PIC? |
Hampton
Replies: 2
Views: 4264
|
Forum: General CCS C Discussion Posted: Thu Jun 08, 2006 2:07 pm Subject: Did I fry my PIC? |
Put a new chip in and everything works now. Butterfingers beware I suppose. |
Topic: Did I fry my PIC? |
Hampton
Replies: 2
Views: 4264
|
Forum: General CCS C Discussion Posted: Thu Jun 08, 2006 12:39 pm Subject: Did I fry my PIC? |
I'm using a PIC18LF2525 and accidentally hooked up +9V to pin B0. Now I can't get B0 to do anything. Even a simple
output_high(PIN_B0);
doesn't work, but all other pins seem to be working ... |
|