Author |
Message |
Topic: PCM Code Editor Recommendations |
Andre Jr. Richard
Replies: 16
Views: 24472
|
Forum: General CCS C Discussion Posted: Wed Mar 07, 2007 7:51 pm Subject: PCM Code Editor Recommendations |
C#R# said:
"Post� le: Lun F�v 06, 2006 5:43 am Sujet du message:
I tried eclipse and codeblocks, but I think that dev-c++ is the best. "
how did you do that ? any example of m ... |
Topic: 2 rs232 interruptions |
Andre Jr. Richard
Replies: 5
Views: 7468
|
Forum: General CCS C Discussion Posted: Thu Oct 20, 2005 12:24 pm Subject: 2 rs232 interruptions |
18F8722 |
Topic: prob with trisc |
Andre Jr. Richard
Replies: 3
Views: 10317
|
Forum: General CCS C Discussion Posted: Fri Jul 09, 2004 8:24 am Subject: prob with trisc |
The tris wasn't ok... but physicly the hardware makes that work anyway....
I programed like that since 2 month without problem...
I see in my list file you said right
I will ... |
Topic: prob with trisc |
Andre Jr. Richard
Replies: 3
Views: 10317
|
Forum: General CCS C Discussion Posted: Thu Jul 08, 2004 8:39 am Subject: prob with trisc |
I try to access to pin c2 without manage the trisc.
I'm able to access all the other ports pins in that condition with using:
#bit RB0 = PORTB.0 for example.
In my program I can do:
RB0 = 1 ... |
Topic: Retriving iCHIP parameter value over RS232 using PIC16F877 |
Andre Jr. Richard
Replies: 4
Views: 11469
|
Forum: General CCS C Discussion Posted: Mon May 31, 2004 8:28 am Subject: Retriving iCHIP parameter value over RS232 using PIC16F877 |
Hello Fred, I'm new with ichip.
In a month I will program them everyday, so I thing it is possible that we can help us if we exchange.
May it possible to ask you some question ?
which ichi ... |
Topic: PIC18FXX20 NEW POWER MGMT MODES, ANY PRIOR EXP? |
Andre Jr. Richard
Replies: 2
Views: 13784
|
Forum: General CCS C Discussion Posted: Tue Nov 18, 2003 8:58 am Subject: PIC18FXX20 NEW POWER MGMT MODES, ANY PRIOR EXP? |
Try this...
#fuses INTRC_IO, ...
#byte OSCCON = 0xFD3
OSCCON = 0b01110000; Crystal at 8Mhz
// you can change the speed during the program running
OSCCON = 0b00000000; Crystal at 32khz
... |
|