MCS+ ICD Freezes


Results 1 to 11 of 11

Threaded View

  1. #5
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Mike

    you have already found the the solution to your problem.
    you just haven't realised it.


    The problem is with:

    trisc = %00000000

    the HWUSART TX and RX pins are on portc.6 and portc.7
    and you are setting RX (which is supposed to be an input) to output.
    This will stop the ICD from working
    since bidirectional communitaction between PIC and PC is no longer possible.

    with
    trisc = %10000000
    it should work.
    Last edited by NavMicroSystems; - 3rd February 2005 at 21:33.
    regards

    Ralph

    _______________________________________________
    There are only 10 types of people:
    Those who understand binary, and those who don't ...
    _______________________________________________



Similar Threads

  1. MCS Plus ICD with 16F88x; again!
    By ardhuru in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 15th February 2010, 06:51
  2. DT Interupts and ICD?
    By ShaneMichael in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th November 2009, 02:02
  3. ICD use with MCS Plus, PBPro & PicKit2??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 30th September 2009, 23:06
  4. ICD Woes
    By spad13m in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 14th February 2008, 05:56
  5. Another MSCP ICD question
    By keithdoxey in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 31st July 2006, 00:07

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts