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

debug module pin for IO

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
sadlpx



Joined: 19 Feb 2004
Posts: 23

View user's profile Send private message

debug module pin for IO
PostPosted: Wed Mar 19, 2008 9:41 am     Reply with quote

My project is using a 28 pin pic. I'm short two pins and don't want to go to a 40p device. What special considerations or hardware could i or should i use to make the 3 debug lines dual purpose.
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Wed Mar 19, 2008 11:19 am     Reply with quote

I recommend reading the ICD2 and Pickit2 manuals on this subject.
I also like the ICD2 Poster which gives some extra 'Target Circuit Design Considerations'.

I guess you make things easier to yourself when you choose the PGC and PGD pins as outputs in your application. Just make sure that normal signals generated by the debug unit will not trigger any unwanted side effects (launch a rocket, etc.), i.e. choose an output function that by itself is harmless. Note that you can't place pull up resistors on the PGC / PGD lines, but pull down >10k is allowed.

Consider upgrading to a larger package. From past experience I have learned that a new design will always get asked for more features in the near future. Best practice is to design with about 10% of the pin numbers free for these future features. Configure unused pins as inputs and add a pull down resistor to avoid oscillation.
sadlpx



Joined: 19 Feb 2004
Posts: 23

View user's profile Send private message

PostPosted: Wed Mar 19, 2008 12:05 pm     Reply with quote

Thanks I had not seen that poster, this will solve my problem. I have 2 leds that i can move to the debug pins. function not important till later.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion 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