Author |
Message |
Topic: ICD-U40 debugger problem [solved] |
Jim Lai
Replies: 7
Views: 54462
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Wed Aug 04, 2010 8:50 am Subject: ICD-U40 debugger problem [solved] |
Thanks PCM Programmer! I have removed HS, the error is still there.
I have used the ccsload 'diagnostics':
Debugger Test
FAIL - A test program was loaded however the debugger would not start. ... |
Topic: ICD-U40 debugger problem [solved] |
Jim Lai
Replies: 7
Views: 54462
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Aug 03, 2010 7:08 am Subject: i use ICD-U64 |
by the way, I use ICD-U64, bought two weeks ago,
software: 4.026
Firmware: 2.85
Hardware: Rev.2
There are no problems to load codes into the target PIC. |
Topic: ICD-U40 debugger problem [solved] |
Jim Lai
Replies: 7
Views: 54462
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Aug 03, 2010 6:52 am Subject: I have the same problem, it doesn't work without capacitor |
I use internal clock, 1MHz, here is my configuration:
#include <18f4320.h>
#device ICD=TRUE
#fuses HS, INTRC_IO, NOLVP, NOWDT
#use delay(internal=1Mhz)
I have tried with capacitors: 0nF ... |
Topic: AD7746 I2C |
Jim Lai
Replies: 1
Views: 4577
|
Forum: General CCS C Discussion Posted: Tue Jul 20, 2010 10:09 am Subject: AD7746 I2C |
Hallo: I am new here, just wrote code for AD7746. By CCS compiling it shows NO ERROR, also program can run, but I found it run never down since it halted in the line:
#use i2c(master, sda=Devic ... |
|