Newbie help. PIC18F45k20 pickit debug express


Closed Thread
Results 1 to 20 of 20

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Re: Newbie help. PIC18F45k20 pickit debug express

    Henrik, Thanks replying.

    Quote Originally Posted by HenrikOlsson View Post
    First of all it would be nice to know what version of PBP you're using
    Im using the free demo version of PBP right for now.

    Tonight I will make the changes to the INC file like you suggested an see if that fixes it.

    I have some questions though. Forgive me if they sound beginner-ish..

    Im a little vague on understaning what exactly is a INC file. It seems like the books I have read don't go into detail on this very much for the beginner. What I am gathering is that its a file that is attached to the source program when the program is compiled. This tells the compiler which ports to use and how to setup the ports? Is that what your saying when you said?:

    Quote Originally Posted by HenrikOlsson View Post
    Next, there's no need to make aliases to register names in the context you've done (with the SYMBOL "command"), all the register names and their respective adresses are already defined for you in header-files for all the PICs that the compiler supports and they get included automatically when you compile for a particular device (the one you select in the dropdown list within Micro Code Studio in this case).
    Last edited by redmobiusv; - 8th August 2011 at 19:43.
    I am microcontroller stupid!!

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