Author |
Message |
Topic: Verification Problem Please Help |
rlgreen
Replies: 5
Views: 50674
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jun 02, 2008 10:26 pm Subject: Verification Problem Please Help |
I have 2 u40 programmers. I am having the following problem and it's driving me nuts. I've searched, using the search tool and have not found a solution.
I'm using a PIC16F887, CCS compiler version ... |
Topic: Quick question on delay_ms |
rlgreen
Replies: 1
Views: 2820
|
Forum: General CCS C Discussion Posted: Mon Jun 02, 2008 10:11 pm Subject: Quick question on delay_ms |
I'm using this delay(delay_ms(3000) )in my routine. When in a delay, the rda interrupt does not seem to work. It works fine outside the delay, but it seems to disable interrupts. I have been reading t ... |
Topic: Microchip ICD-2 with PCW? |
rlgreen
Replies: 8
Views: 8122
|
Forum: General CCS C Discussion Posted: Wed Jan 02, 2008 11:41 am Subject: Microchip ICD-2 with PCW? |
The debug your thinking about is not a chip module. It's built in to the ICD/IDE program. The debug function works on any PIC supported by CCS.
I have not been able to use the "Program" t ... |
Topic: UART,SPI,I2C |
rlgreen
Replies: 6
Views: 11167
|
Forum: General CCS C Discussion Posted: Fri Dec 21, 2007 11:19 pm Subject: UART,SPI,I2C |
Searches do not alway provide the answers. Remember also, that we are dealing with a "Compiler", that we sometimes don't understand completly. The library functions are not public. So, " ... |
Topic: Corrupted Array |
rlgreen
Replies: 2
Views: 3752
|
Forum: General CCS C Discussion Posted: Mon Dec 17, 2007 6:48 pm Subject: Corrupted Array |
Thanks PCM for the reply. I was doing something stupid. Not clearing the overflow bit. The uart doesn't like that.
Thanks again! |
Topic: Corrupted Array |
rlgreen
Replies: 2
Views: 3752
|
Forum: General CCS C Discussion Posted: Mon Dec 17, 2007 10:13 am Subject: Corrupted Array |
I have just completed a search of the forums and have not found an answer to this: I am talking to another CPU via the uart. I have declared the array as a global variable. The first time I read the s ... |
Topic: PIC16F887 Startup Problem |
rlgreen
Replies: 2
Views: 5272
|
Forum: General CCS C Discussion Posted: Fri Dec 07, 2007 1:10 pm Subject: PIC16F887 Startup Problem |
I did not list the whole file. i did have the include file. It seems that when I commented out the //#use(baud.....) the thing started working, so I guess it reserves that pinC6 for the uart. I'll get ... |
Topic: PIC16F887 Startup Problem |
rlgreen
Replies: 2
Views: 5272
|
Forum: General CCS C Discussion Posted: Fri Dec 07, 2007 12:21 pm Subject: PIC16F887 Startup Problem |
Hello All,
I have a problem getting my pic to run. The board works, because it works in assembly. I am sure it's my config setup. I'm using ver 4.023 and here is the simple code:
#use delay ( ... |
|