Author |
Message |
Topic: Osc problem with 18LF4525 |
KL
Replies: 9
Views: 10464
|
Forum: General CCS C Discussion Posted: Tue Oct 09, 2012 4:28 pm Subject: Osc problem with 18LF4525 |
Thank you for the feedback. I increased the capacitance and added the 1M across the crystal and I now have a 20Mhz clock signal. |
Topic: Osc problem with 18LF4525 |
KL
Replies: 9
Views: 10464
|
Forum: General CCS C Discussion Posted: Mon Oct 08, 2012 4:50 pm Subject: Osc problem with 18LF4525 |
I tried both options and still have the same problem.
Thanks, |
Topic: Osc problem with 18LF4525 |
KL
Replies: 9
Views: 10464
|
Forum: General CCS C Discussion Posted: Mon Oct 08, 2012 3:58 pm Subject: Osc problem with 18LF4525 |
I have a pull up to 5V+ on MCLR. Also, the new board has a TQFP package and I have the osc leads on RA6 and RA7, pins 30 and 31.
Thanks for the feedback |
Topic: Osc problem with 18LF4525 |
KL
Replies: 9
Views: 10464
|
Forum: General CCS C Discussion Posted: Mon Oct 08, 2012 3:25 pm Subject: Osc problem with 18LF4525 |
VDD = 5V . |
Topic: Osc problem with 18LF4525 |
KL
Replies: 9
Views: 10464
|
Forum: General CCS C Discussion Posted: Mon Oct 08, 2012 2:54 pm Subject: Osc problem with 18LF4525 |
I'm using a PIC18LF4525 and can not see the 20 Mhz clock signal with the O-scope. The chip powers up and appears to run off the internal clock. I initially used a developer board with a PIC18LF4525 to ... |
Topic: Creating special fonts on character LCD with printf |
KL
Replies: 2
Views: 4191
|
Forum: General CCS C Discussion Posted: Wed Nov 19, 2008 8:47 am Subject: Creating special fonts on character LCD with printf |
I'm using a character LCD and would like to display an upward and downward arrow font on the LCD to indicate press the up or down key. In reviewing the LCD manufacturers document it appears I need to ... |
Topic: Verification problem with V4.074 |
KL
Replies: 1
Views: 3835
|
Forum: General CCS C Discussion Posted: Fri Sep 19, 2008 10:37 am Subject: Verification problem with V4.074 |
I have a program that was written and compiled with an earlier version compiler. We upgraded to V4.074 and I made a few minor changes to the code (Nothing to do with Fuse settings). When I re-compile ... |
Topic: Problems initializing LCD with PIC24HJ |
KL
Replies: 1
Views: 2939
|
Forum: General CCS C Discussion Posted: Wed Apr 23, 2008 10:57 am Subject: Problems initializing LCD with PIC24HJ |
I have code for controlling a character LCD with 4 data lines that I've been sucessfully using for years on PIC 16 and PIC 18 series.
I attempted to use it on with a PIC24HJ and cannot get the LCD ... |
Topic: capturing response from external device with uart |
KL
Replies: 2
Views: 3755
|
Forum: General CCS C Discussion Posted: Mon Dec 10, 2007 4:00 pm Subject: capturing response from external device with uart |
I have an external device that I send a command via the uart and need to capture its response. I initially used hyperterminal to communicate with the device and view the response.
Now I need to do ... |
Topic: Converting long int to string problem |
KL
Replies: 2
Views: 11265
|
Forum: General CCS C Discussion Posted: Wed Feb 25, 2004 8:03 am Subject: Converting long int to string problem |
PCM Programmer,
Thanks for the reply. I'm using version 3.157 and a PIC18F6720. I attempted to run your code and I still receive the same results as before. It must be a compiler problem with the ... |
Topic: Converting long int to string problem |
KL
Replies: 2
Views: 11265
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2004 4:08 pm Subject: Converting long int to string problem |
I'm attempting to use "sprintf" to convert a long int to a string. Here is a segment of the code.
si_equiv = (long int)(125.0 * 16.018463);
sprintf(PR_SI_Units,"\%ld",si_equiv); ... |
|