Author |
Message |
Topic: Is it possible to use Microchip Application Library in CCS? |
Goodwinchang
Replies: 2
Views: 3741
|
Forum: General CCS C Discussion Posted: Sat Jul 17, 2010 7:39 am Subject: Is it possible to use Microchip Application Library in CCS? |
Dear ALL
Is it possible to use Microchip Application Library in CCS?
Who can give me some advice?
Thanks
Goodwin |
Topic: CCS complier bugs |
Goodwinchang
Replies: 0
Views: 1534
|
Forum: General CCS C Discussion Posted: Fri Aug 08, 2008 1:22 am Subject: CCS complier bugs |
Dear all
I found the CCS for PIC16F886 has one bug. I have a main file over 3000lines this will cause the compiler error. If I break the file into several files and it works ok.
Best Regards
... |
Topic: CCS bugs |
Goodwinchang
Replies: 0
Views: 1506
|
Forum: General CCS C Discussion Posted: Fri Aug 08, 2008 1:21 am Subject: CCS bugs |
Dear all
I found the CCS for PIC16F886 has one bug. I have a main file over 3000lines this will cause the compiler error. If I break the file into several files and it works ok.
Best Regards
... |
Topic: Is CCS a Bandit? |
Goodwinchang
Replies: 1
Views: 2934
|
Forum: General CCS C Discussion Posted: Thu Sep 13, 2007 7:52 pm Subject: Is CCS a Bandit? |
Dear all
I must high-light a problem that I met. I totally buy 3 CCS-U40 for my presonal usage. And a few weeks ago one is broken that caused my unknown reason. And CCS ask me to send back for repa ... |
Topic: Could not detect target chip |
Goodwinchang
Replies: 6
Views: 34186
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jul 30, 2007 10:27 pm Subject: as title |
Actually My ICD-U40 has the same problem also. Why CCS doesn't have any countermeasure for it?
|
Topic: How to set the calibration value for PIC10F22x |
Goodwinchang
Replies: 6
Views: 8524
|
Forum: General CCS C Discussion Posted: Thu Jul 26, 2007 9:18 pm Subject: How to set the calibration value for PIC10F22x |
as the tiltle. And another problem is for PIC10F222 the function setup_adc(ADC_ON). It will cause the Compiler error.
Please help.
Goodwin |
Topic: About the reference code for RFID |
Goodwinchang
Replies: 4
Views: 5479
|
Forum: General CCS C Discussion Posted: Tue Apr 24, 2007 3:36 am Subject: About the reference code for RFID |
Per my opinion, at least the CCS support should tell me where to download it. Since I had paid for the H/W and S/W right. |
Topic: About the reference code for RFID |
Goodwinchang
Replies: 4
Views: 5479
|
Forum: General CCS C Discussion Posted: Mon Apr 23, 2007 10:08 pm Subject: About the reference code for RFID |
Dear all
Who can told me how to get the reference code for RFID? I had bought one RFID prototype board from CCS web site but I lose the CD-Disc. I had try to ask CCS support but no response. Who ca ... |
Topic: PIC12F683 with RS232 and RTC clock application |
Goodwinchang
Replies: 11
Views: 13617
|
Forum: General CCS C Discussion Posted: Fri Nov 10, 2006 8:02 pm Subject: PIC12F683 with RS232 and RTC clock application |
Dear all
Who can provide me the working code for my reference?
Becuase I have using 3.249 version and it still doesn't work.
My current status is the output toggle is working correct and the Tim ... |
Topic: PIC12F683 with RS232 and RTC clock application |
Goodwinchang
Replies: 11
Views: 13617
|
Forum: General CCS C Discussion Posted: Fri Nov 10, 2006 4:22 am Subject: PIC12F683 with RS232 and RTC clock application |
Thanks for your reply.
I have checked the output and the PIN_A1 is about 14mS and the oscillator is 20MHz. What I can do? |
Topic: PIC12F683 with RS232 and RTC clock application |
Goodwinchang
Replies: 11
Views: 13617
|
Forum: General CCS C Discussion Posted: Fri Nov 10, 2006 3:09 am Subject: PIC12F683 with RS232 and RTC clock application |
#include
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS //High speed Osc (> 4mhz)
#FUSES NOCPD //No EE protection
#FUS ... |
Topic: PIC12F683 with RS232 and RTC clock application |
Goodwinchang
Replies: 11
Views: 13617
|
Forum: General CCS C Discussion Posted: Fri Nov 10, 2006 2:45 am Subject: PIC12F683 with RS232 and RTC clock application |
Actually I don't really understand what your means. Do you want me to delete the ASM portion code? There should be some problems but the key issue is my RS232. It doesn't work.
Thanks. |
Topic: PIC12F683 with RS232 and RTC clock application |
Goodwinchang
Replies: 11
Views: 13617
|
Forum: General CCS C Discussion Posted: Fri Nov 10, 2006 12:44 am Subject: PIC12F683 with RS232 and RTC clock application |
Dear all
Now I have a problem when I want to implement an application using PIC12F683 to have RS232 and RTC function. But My RS232 can't get any input from my PIC.
#include "F:\Download\Wo ... |
Topic: About the RS232 test |
Goodwinchang
Replies: 1
Views: 3439
|
Forum: General CCS C Discussion Posted: Wed Nov 01, 2006 3:17 am Subject: About the RS232 test |
Dear all
I am new comer for CCS but I have so many problems about using CCS 4.0.12.
Original I try to use PIC12F683 using software RS232 to communicate with PC. But it always fail. I give up.
No ... |
Topic: How to generate the C-code to ASM |
Goodwinchang
Replies: 6
Views: 7075
|
Forum: General CCS C Discussion Posted: Wed Oct 25, 2006 7:28 am Subject: How to generate the C-code to ASM |
sync.c as following
#include "F:\Download\Working\CCS\1025200603\sync.h"
void main()
{
setup_adc_ports(NO_ANALOGS|VSS_VDD);
setup_adc(ADC_OFF);
setup_timer_0(RTCC_INTE ... |
|