CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

18F14K50, could not start target..... Someone with ICD-U64?

 
Post new topic   Reply to topic    CCS Forum Index -> CCS ICD / Mach X / Load-n-Go
View previous topic :: View next topic  
Author Message
hmmpic



Joined: 09 Mar 2010
Posts: 314
Location: Denmark

View user's profile Send private message

18F14K50, could not start target..... Someone with ICD-U64?
PostPosted: Wed Dec 01, 2010 10:23 am     Reply with quote

Hi

**Someone with ICD-U64 please make the test?**

*Pin is tested with Volt meter, and the CCSload all pin is changing as expected test.
*ICD can detest the chip, and program it with ccsload program.

*Only thing not working is the debugger?

Got constant problem with:
"Could not start target: The target was not halted after reset......."

The funny thing is all is working on a 18F4550 but not on my 18F14K50?
I think it is some wrong config fuses...

Some simple test code, I use 8M internal osc:
Code:
#include "18f14k50.h"

#fuses DEBUG,CPUDIV1,INTRC_IO,NOMCLR,NOLVP

#use delay(Clock=8M,internal)

void main(){
 while (1){
  output_high(PIN_B6);
  delay_ms(200);
  output_low(PIN_B6);
  delay_ms(200);
 }
}
hmmpic



Joined: 09 Mar 2010
Posts: 314
Location: Denmark

View user's profile Send private message

PostPosted: Thu Dec 02, 2010 8:42 am     Reply with quote

Embarrassing but I do not think a 14k50 can debug :-( It requires a special model with 28 legs, shame!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> CCS ICD / Mach X / Load-n-Go All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group