Author |
Message |
Topic: ICD_U64 Problems |
xiantg
Replies: 1
Views: 28360
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Fri Mar 30, 2012 4:01 am Subject: ICD_U64 Problems |
I have bought new ICD-U64, but it is not working. It gives messages such that ‘Download failed’,’ Chip not detected’, ‘verification error’ etc.
Note: ICD-U64 is taking power from target ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Mon Jan 24, 2011 9:19 am Subject: Problem with serial Communication using two PICs |
Are you using hardware or software UARTs on the PICs? What are you using for a clock? The internal oscillators are usually poor for serial comms."
I am using hardware UART and external crysta ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Mon Jan 24, 2011 7:56 am Subject: Problem with serial Communication using two PICs |
I have tested PC----->PC link with hyperterminal, Vb and another datalogger software. It is perfect. I have also tested PC1--->PIC1---->PIC2----->PC2 with other datalogger but problem is t ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 6:46 am Subject: Problem with serial Communication using two PICs |
In datasheet of PIC16F877, it is mentioned that if baud rate is 9600, crystal frequecy 20MHZ and BRGH = 1 then percentage error in communication is 0.16 .If communication lasts for a long period of ti ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 6:43 am Subject: Problem with serial Communication using two PICs |
"Due to avoid error percent error in serial communication of PIC, I want to reset PIC after receiving specific number of bytes during continuous serial communication."
This does not make ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 6:42 am Subject: Problem with serial Communication using two PICs |
You'll have to read the datasheets about the specific PIC that you are using to get specific timings, which are dependent on the 'master clock' you use(20MHz).Also read the sections on reset as well a ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 6:39 am Subject: Problem with serial Communication using two PICs |
"Due to avoid error percent error in serial communication of PIC, I want to reset PIC after receiving specific number of bytes during continuous serial communication."
This does not make ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2011 6:35 am Subject: Problem with serial Communication using two PICs |
"Due to avoid error percent error in serial communication of PIC, I want to reset PIC after receiving specific number of bytes during continuous serial communication."
This does not make ... |
Topic: Problem with serial Communication using two PICs |
xiantg
Replies: 19
Views: 32266
|
Forum: General CCS C Discussion Posted: Fri Jan 21, 2011 11:43 pm Subject: Problem with serial Communication using two PICs |
Sir,
Problem: 1) I am using PCWH 3.242 CCS compiler. I want to know that what time this instruction takes: [ Reset_CPU( ) ; ] and what type of this reset is ? Due to avoid error percent error i ... |
|