Does 16F628a support debugging or not?


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    Jun 2011
    Location
    Indian Harbour Nova Scotia
    Posts
    108


    Did you find this post helpful? Yes | No

    Default Re: Does 16F628a support debugging or not?

    Regarding the quote, I guess since I made lots of mistakes, I made SOMETHING.

    SUCCESS! I can ICD compile and debug my program on a 16F628a
    • I wasn't using the full config string as you had said is necessary because #CONFIG sets everything back to default.
    • My bad habit of doing this: TRISB=%0000000 instead of really looking at what the pins are doing got me. PortB.1 is Rx and is an input, not an output. I've been doing outputs-only for so long, it never dawned on me I'd need an input...
    Thanks again for your support and your suggestions. It made me really want to fix this thing to the point where I was anal about it. The advice you gave is much better than those who say, "RTFM".

    The serial loop back program was really good too because it allowed me to verify my circuit, comm from PC, comm to chip. Good stuff.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: Does 16F628a support debugging or not?

    Great!
    I'm glad you got it working.
    And I'm glad I could help.
    DT

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