Author |
Message |
Topic: Eclipse and CCS |
carlosluis
Replies: 5
Views: 13336
|
Forum: General CCS C Discussion Posted: Fri Apr 28, 2006 2:13 pm Subject: Yes is possible CCS and eclipse |
You'll have to read a little bit about how to use GNU make which is the one responsable to call the compiler and linker (when there's one). Following is my make file, again you need to have a basic un ... |
Topic: PIC18F8722 PIN_E4 PROBLEM |
carlosluis
Replies: 2
Views: 8632
|
Forum: General CCS C Discussion Posted: Tue Jul 12, 2005 8:22 pm Subject: PIC18F8722 PIN_E4 PROBLEM |
Thanks PCM, I noticed that (and I didn't include it in my post, sorry) I'm emulating the MCU in microcontroller mode, so if you check in MPLAB in the SFRs window, the MEMCON byte is disabled.
Anyw ... |
Topic: PIC18F8722 PIN_E4 PROBLEM |
carlosluis
Replies: 2
Views: 8632
|
Forum: General CCS C Discussion Posted: Tue Jul 12, 2005 10:14 am Subject: PIC18F8722 PIN_E4 PROBLEM |
I'm emulating the PIC18F8722. I need to control some digital signal in pin E4 of the MCU. It happens that it does not obey. The tris is configured 0x00, the CCP3CON module is disabled, and all the pin ... |
|