Author |
Message |
Topic: Verification Error on one computer |
hhockersmith
Replies: 2
Views: 4515
|
Forum: General CCS C Discussion Posted: Fri Sep 06, 2013 10:52 am Subject: Verification Error on one computer |
Hmmm. I wondered about that. The powered USB hub is a good idea. I will see what we have available and try that. Thanks. |
Topic: [SOLVED]easy question |
hhockersmith
Replies: 4
Views: 5077
|
Forum: General CCS C Discussion Posted: Thu Sep 05, 2013 12:40 pm Subject: [SOLVED]easy question |
Wait you mean you start with
#use rs232(baud=9600,parity=N,xmit=PIN_C0,rcv=PIN_C1,bits=8,errors)
and want to get to
#use rs232(baud=9600,parity=N,xmit=PIN_C0,rcv=PIN_C1,bits=8,s ... |
Topic: Verification Error on one computer |
hhockersmith
Replies: 2
Views: 4515
|
Forum: General CCS C Discussion Posted: Thu Sep 05, 2013 9:43 am Subject: Verification Error on one computer |
Hello all,
Have a strange issue with CCSLoad and the ICD-U64s. We just got a new programer going here and when he goes to do a chip program the software will write but then fail verification. It is o ... |
Topic: [SOLVED]easy question |
hhockersmith
Replies: 4
Views: 5077
|
Forum: General CCS C Discussion Posted: Thu Sep 05, 2013 9:24 am Subject: [SOLVED]easy question |
CCS C uses a null terminated character array for strings. The array is created and then populated with the string. When you go to add to the middle of the array the array does not shift over automatic ... |
Topic: 18LF8722 wont bootload with WRTB enabled |
hhockersmith
Replies: 3
Views: 6041
|
Forum: General CCS C Discussion Posted: Wed Nov 07, 2012 1:23 pm Subject: Well there's your problem |
Ahhhh. That would do it. I was not thinking in words but bytes. I assume then that the simple way to fix this would be to reorg the system out beyond 0x800 and go from there?
#build (reset=0x80 ... |
Topic: 18LF8722 wont bootload with WRTB enabled |
hhockersmith
Replies: 3
Views: 6041
|
Forum: General CCS C Discussion Posted: Wed Nov 07, 2012 12:12 pm Subject: 18LF8722 wont bootload with WRTB enabled |
I have a strange problem I have noticed. I decided to enable the boot block protection bit after we accidently overwrote the bootloader in the field on day. Thankfully this was during testing and not ... |
|