Author |
Message |
Topic: PIC Tv Color/Pulse detector |
bwhiten
Replies: 10
Views: 14251
|
Forum: General CCS C Discussion Posted: Thu Jul 16, 2009 11:49 am Subject: PIC Tv Color/Pulse detector |
Sorry. Five long years ago and the code is now owned by a manufacturing test company in Alabama.
From what I remember it was not very complex to code. |
Topic: using only UART Rx |
bwhiten
Replies: 6
Views: 7940
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2009 2:40 pm Subject: Thanks! |
Ttelmah's support helped me as well. I have an implementation of a 18F67J11 where I needed to just monitor two separate serial paths but also needed to use the TX pins for I/O. The register addresses ... |
Topic: Internal Clock setup for 18F67J11 |
bwhiten
Replies: 7
Views: 8597
|
Forum: General CCS C Discussion Posted: Sun Mar 08, 2009 1:04 pm Subject: Internal Clock setup for 18F67J11 |
OK. Used INTRC_PLL and measured the output on CLKO on the scope without the CCS ICD connected. As you stated, 8MHz, so internal at 32MHz as I wanted. Then I connected the ICD and ran the CCS debugger ... |
Topic: Internal Clock setup for 18F67J11 |
bwhiten
Replies: 7
Views: 8597
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2009 1:01 pm Subject: Internal Clock setup for 18F67J11 |
The Debugger in PCW, CCS IDE, displays the clock frequency.
And the new beta version of CCSLOAD reports the clock frequency of the device.
They both show 4MHz. In addition I'm looking at the speci ... |
Topic: Internal Clock setup for 18F67J11 |
bwhiten
Replies: 7
Views: 8597
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2009 12:20 pm Subject: Internal Clock setup for 18F67J11 |
I had tried those two fuse options as well:
INTRC_PLL and INTRC_PLL_IO
The OSCTUNE register bit for PLLEN never changes and the clock source bits in OSCCON stick at PRIMARY instead of INTERNAL.
... |
Topic: Internal Clock setup for 18F67J11 |
bwhiten
Replies: 7
Views: 8597
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2009 11:49 am Subject: Internal Clock setup for 18F67J11 |
I have code written for an 18F67J10 with external oscillator. I tried porting this to an 18F67J11 using the internal oscillator and PLL but for the life of me I can't get the oscillator to change away ... |
Topic: Placing special characters into a string |
bwhiten
Replies: 1
Views: 3191
|
Forum: General CCS C Discussion Posted: Sun Jan 25, 2009 3:06 pm Subject: Placing special characters into a string |
My searches here never uncovered a topic close to the subject, even though I know I have seen this before, Sorry.
I need to include some double-quote symbols in a string before printing it. ASCII h ... |
Topic: PIC18F65j50 USB Problem |
bwhiten
Replies: 6
Views: 6822
|
Forum: General CCS C Discussion Posted: Fri Sep 12, 2008 12:36 pm Subject: Possible SPI pin conflicts? |
Take a look at this post about SPI pin conflicts with that series of parts and USB. I don't know if you are using SPI but a possibility.
http://www.ccsinfo.com/forum/viewtopic.php?t=34799&start ... |
Topic: overclocking 11.0592 in H4 mode 44.2368 for 0% [email protected] |
bwhiten
Replies: 14
Views: 11967
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2008 11:20 am Subject: Questionable |
I personally would not ship it to a customer if there is an in-spec alternative. What's to gain by going out of spec just because you can? Chances are you will eventually run into a lot of components ... |
Topic: external interrupt starting timer |
bwhiten
Replies: 10
Views: 9033
|
Forum: General CCS C Discussion Posted: Thu Jul 24, 2008 11:01 am Subject: Also interested |
Sorry, I have no answer for you, but I am also looking to perform a similar function, using an external interrupt to trigger an internal timer that triggers an ADC reading on time out. So this is a bu ... |
Topic: Retrieving a value from Slave using SPI |
bwhiten
Replies: 6
Views: 6365
|
Forum: General CCS C Discussion Posted: Fri Jul 18, 2008 7:34 pm Subject: Retrieving a value from Slave using SPI |
Alright, without rewriting code I paid to use, how can I do a single read, with the Master, to get a value from the Slave, outside the interrupt routine? I am also using the Slave Select pin. |
Topic: Retrieving a value from Slave using SPI |
bwhiten
Replies: 6
Views: 6365
|
Forum: General CCS C Discussion Posted: Thu Jul 17, 2008 9:06 pm Subject: Retrieving a value from Slave using SPI |
Any recommendations on how to efficiently get rid of the interrupt routine? It does work well on capturing incoming data. |
Topic: Retrieving a value from Slave using SPI |
bwhiten
Replies: 6
Views: 6365
|
Forum: General CCS C Discussion Posted: Thu Jul 17, 2008 7:02 pm Subject: Retrieving a value from Slave using SPI |
I am struggling to finish this piece of code. I am using the Master PIC, 18F67J50 to send multiple bytes of data to the Slave PIC, 16F887 without problems.
In the Slave I capture the SPI data using t ... |
Topic: Ember development kit |
bwhiten
Replies: 7
Views: 6024
|
Forum: General CCS C Discussion Posted: Thu Jul 03, 2008 9:10 pm Subject: Ember development kit |
What revision of the compiler are you using and how old is your ICD? |
Topic: Ember development kit |
bwhiten
Replies: 7
Views: 6024
|
Forum: General CCS C Discussion Posted: Wed Jul 02, 2008 7:43 am Subject: 16F887 |
I am definitely using the CCS ICD with the 16F887 for almost 6 months now. I am programming the component but not doing any debugging at present. |
|