Author |
Message |
Topic: CCS or Not CCS 4.xxx? |
Assen
Replies: 5
Views: 6959
|
Forum: General CCS C Discussion Posted: Sun Jan 21, 2007 7:07 pm Subject: CCS or Not CCS 4.xxx? |
but I have two questions:
1- What do you mean by
"and have had no significant problems to date."
2- If I buy now the PCWH, can I have access to version 3.249 (since ccs is selling ... |
Topic: NEW version DOES mean NEW bugs |
Assen
Replies: 5
Views: 5989
|
Forum: General CCS C Discussion Posted: Fri Jan 19, 2007 8:57 am Subject: Re: NEW version DOES mean NEW bugs |
One more argument to stay with "the old" ver 3.249
10 000 lines of code, no compiler errors and I have no complains at all |
Topic: multiple 18B20 - need working example - i'm stupid in 1-wire |
Assen
Replies: 10
Views: 27675
|
Forum: General CCS C Discussion Posted: Mon Jan 01, 2007 2:19 pm Subject: multiple 18B20 - need working example - i'm stupid in 1-wire |
I'm not using DS1820 and your reference code (ccsinfo.com/forum/viewtopic.php?t=19255) but from what I see it must be like this:
Use the function FindDevices to create your own search/read function ... |
Topic: multiple 18B20 - need working example - i'm stupid in 1-wire |
Assen
Replies: 10
Views: 27675
|
Forum: General CCS C Discussion Posted: Mon Jan 01, 2007 11:50 am Subject: multiple 18B20 - need working example - i'm stupid in 1-wire |
Check this driver: DS2432.c
It is written for DS2432 but the function search_rom can be used with any 1Wire chip. It is very simple to find all available 1Wire chips using that function and then sele ... |
Topic: Stable ADC reading |
Assen
Replies: 4
Views: 7016
|
Forum: General CCS C Discussion Posted: Fri Dec 29, 2006 7:45 am Subject: Stable ADC reading |
It's not a problem of aditional capacitors, low resistors or time to change the channel. This is an internal noise problem of the chip. I bought the original demo board from Microchip and it is the sa ... |
Topic: Stable ADC reading |
Assen
Replies: 4
Views: 7016
|
Forum: General CCS C Discussion Posted: Thu Dec 28, 2006 8:35 am Subject: Stable ADC reading |
I'm using PIC18F8722 and PIC18F6722 for my last projects and I had really hard time measuring the analog inputs in 10 bit adc mode. Even using Vref+/- inputs couldn't help a lot. I have tried many acc ... |
Topic: Changing a projects target processor |
Assen
Replies: 5
Views: 7246
|
Forum: General CCS C Discussion Posted: Wed Nov 22, 2006 9:11 pm Subject: Changing a projects target processor |
Open the file xxxxx.pjt using any text editor and change the lines
Processor_Text=PIC18F8722
Processor=0x8722
with the info for the new micro as well as changing the include file. |
Topic: 18f2580 with EUSART...can't wake up from sleep |
Assen
Replies: 2
Views: 4333
|
Forum: General CCS C Discussion Posted: Tue Nov 21, 2006 6:47 pm Subject: 18f2580 with EUSART...can't wake up from sleep |
I think the problem here is that the main loop is going so fast that there is no time to receive a char. When the micro wake up from the strarting edge then new cycle in the main loop go back to sleep ... |
|