Author |
Message |
Topic: Number digits to ASCII |
Jerry R
Replies: 2
Views: 3727
|
Forum: General CCS C Discussion Posted: Fri Oct 29, 2010 5:05 pm Subject: Number digits to ASCII |
Thanks PCM, I'll give it a try. I appreciate your reply and getting my brain back in gear!
Regards |
Topic: Can't Debug using CCS3.249 with ICD-U64 |
Jerry R
Replies: 0
Views: 21415
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jun 21, 2010 6:10 pm Subject: Can't Debug using CCS3.249 with ICD-U64 |
I'm using version 3.249 PCWH with a recently purchased ICD-U64. Using CCS load I can connect to the debugger, and connect with the attached target. In CCS Load everything appears normal and I can lo ... |
Topic: PIC18F1220 "no response from ICD data in buffer" |
Jerry R
Replies: 10
Views: 9215
|
Forum: General CCS C Discussion Posted: Sat Jan 02, 2010 9:17 am Subject: PIC18F1220 "no response from ICD data in buffer" |
Solved!
Re-installed ICD software fixed the problem. Thanks all for your input! |
Topic: PIC18F1220 "no response from ICD data in buffer" |
Jerry R
Replies: 10
Views: 9215
|
Forum: General CCS C Discussion Posted: Fri Jan 01, 2010 1:40 pm Subject: PIC18F1220 "no response from ICD data in buffer" |
Hi Ben:
You'd think we'd have other things to do on New Year's day except play with widgets
Thanks for taking the time to help me debug this thing. All your suggestions are good. Than ... |
Topic: PIC18F1220 "no response from ICD data in buffer" |
Jerry R
Replies: 10
Views: 9215
|
Forum: General CCS C Discussion Posted: Fri Jan 01, 2010 1:00 pm Subject: PIC18F1220 "no response from ICD data in buffer" |
All tips performed. Still getting "Could not single step: No response from ICD data in buffer 04 02 FF..." after "Loading" and "Busy" responses from ICD-U40.
Using IC ... |
Topic: PIC18F1220 "no response from ICD data in buffer" |
Jerry R
Replies: 10
Views: 9215
|
Forum: General CCS C Discussion Posted: Fri Jan 01, 2010 7:28 am Subject: PIC18F1220 "no response from ICD data in buffer" |
I'll give it a try. Thanks |
Topic: PIC18F1220 "no response from ICD data in buffer" |
Jerry R
Replies: 10
Views: 9215
|
Forum: General CCS C Discussion Posted: Thu Dec 31, 2009 5:21 pm Subject: PIC18F1220 "no response from ICD data in buffer" |
Sorry:
Here's the *.h file:
#include <18F1220.h>
#device ICD=TRUE
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FUSES WDT128 //Watch Dog Timer u ... |
Topic: PIC18F1220 "no response from ICD data in buffer" |
Jerry R
Replies: 10
Views: 9215
|
Forum: General CCS C Discussion Posted: Thu Dec 31, 2009 4:57 pm Subject: PIC18F1220 "no response from ICD data in buffer" |
Hello all
New project, new processor here. Getting "Could not single step: No response from ICD data in buffer 04 02 FF..." after a load complete while attempting to debug.
Microcontr ... |
Topic: Problem using the get_float routine |
Jerry R
Replies: 6
Views: 11188
|
Forum: General CCS C Discussion Posted: Wed Sep 17, 2008 4:58 am Subject: Problem using the get_float routine |
Thanks PCM. I'll give it a serious look!
All the best |
Topic: Problem using the get_float routine |
Jerry R
Replies: 6
Views: 11188
|
Forum: General CCS C Discussion Posted: Tue Sep 16, 2008 2:45 pm Subject: Problem using the get_float routine |
Thanks PCM.
Well, in a perfect world... I'd use the hardware UART. Currently, it's reserved for something higher priority.
I can't seem to figure out what the PIC is doing while waiting for t ... |
Topic: Problem using the get_float routine |
Jerry R
Replies: 6
Views: 11188
|
Forum: General CCS C Discussion Posted: Tue Sep 16, 2008 1:23 pm Subject: Problem using the get_float routine |
I'm having a bit of a problem using the get_float routine. I use it to fetch user input (a integer value from 0 to 250). My problem is that sometimes the return is missed. I've shut down other inte ... |
Topic: v2.05 back to v1.39 |
Jerry R
Replies: 0
Views: 15394
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Sep 01, 2008 10:58 am Subject: v2.05 back to v1.39 |
After an aborted attempt to migrate to v4.X of CCS-C, and updating the firmware in one of my ICD-U40 to v.2.05, I want to go back to v1.39 in my ICD-U40. How is this accomplished?
Thanks |
Topic: MCP23016 Babbles addresses other than 001 |
Jerry R
Replies: 2
Views: 3482
|
Forum: General CCS C Discussion Posted: Wed Dec 05, 2007 7:39 pm Subject: SOLVED! |
PCM Programmer: Thanks for your reply. A wake-up call regarding using other's code without fully understanding it. I took this afternoon/evening to re-write the entire routines, understanding each ... |
Topic: MCP23016 Babbles addresses other than 001 |
Jerry R
Replies: 2
Views: 3482
|
Forum: General CCS C Discussion Posted: Wed Dec 05, 2007 3:24 pm Subject: MCP23016 Babbles addresses other than 001 |
Hello:
This one has kept me up a week of nights.
Using a PIC18F452 with three MCP23016 port expanders. Using hardware I2C ports SCLK (RC3) and SDA (RC4). Pull-ups on both line to +5V. Only ... |
Topic: MCLR required before code runs |
Jerry R
Replies: 3
Views: 3487
|
Forum: General CCS C Discussion Posted: Wed Dec 05, 2007 6:12 am Subject: MCLR required before code runs |
I am working with a 18F452 and am having a problem with the code not running before a "hard" /MCLR is issued after power-up. I don't think Vdd voltage rise is an issue since I've tried powe ... |
|