How to go forward?


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    PICKIT 1 is a ICSP programmer (In Circuit Serial Programming), it only use the PIC dedicated pin to program them. In each and every datasheet you'll find the information. Those you'll need

    MCLR/Vpp
    Vss
    PGD
    PGC

    Refer to PicKit 1 manual
    http://ww1.microchip.com/downloads/e...Doc/40051D.pdf

    page 41.

    As long your device is in the Pickit 1 list, you should be able to program it. Now, how's the support now for this one since Pickit 2 is on the market? i don't know.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    Join Date
    Oct 2007
    Posts
    16


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    MCLR/Vpp
    Vss
    PGD
    PGC
    Handy information
    Quote Originally Posted by mister_e View Post
    As long your device is in the Pickit 1 list, you should be able to program it. Now, how's the support now for this one since Pickit 2 is on the market? i don't know.
    Dont think the 16pin and larger will be there.
    Seems like using the PICKit 1 for anything bigger than 14 pins (and older generation types) is a non-starter.

    I'll have a look for a generic ICSP board circuit and make up the necessary adapters as I go.
    Maybe take the the "Ludipino JDM Programmer" circuit, make the necessary mods and build one for each pin configuration as I need it. There cant be <B>THAT</B> many variations can there.

    Dont think that Microchip are idiots. All chips in each pin-count range probably have PGD and
    PGC placed on the same pin.

    Having said that, I'll probably choose the chip that is the exception to the rule at some time or another and make some smoke.

    Thanks for the input mister_e.

    All the best.

    PS. Like the play on your name on your home page. ;>)
    Aubrey
    (The more you learn, the more you realise how little you actually know)

  3. #3
    Join Date
    Oct 2007
    Posts
    16


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by TheMadMan View Post
    Dont think that Microchip are idiots. All chips in each pin-count range probably have PGD and PGC placed on the same pin.
    I see that Microchip dont make any reference to the programing pins in pin reference drawing at the top of the document.
    You have to dig for it further down in the detailed list of each pin's functions.
    If (like me) you dont really know what you are looking for, you may miss it (as I did).
    Oh Well, live and learn.
    Aubrey
    (The more you learn, the more you realise how little you actually know)

  4. #4
    Join Date
    Oct 2007
    Posts
    16


    Did you find this post helpful? Yes | No

    Talking Got the Hardware!!!!!

    Hi all
    A very kind soul made my day!!!!
    He <B>GAVE</B> me a serial in circuit programmer. <B>FREE</B>.
    Has a serial connecter and the output is a 6 wire telephone plug which takes the signal to any one of a number (3 at the moment) of small boards, an 8 pin, a 14/16/18 pin and a 40 pin unit. All I have to do is populate the boards with an ic holder and a bunch of header pins and make up cables appropriate to each.
    The 40 pin unit is actually a full on project board, own voltage regulator, crystal, reset button, power led and <B>ALL</B> the ports are taken to header pins via a current limiting resistors. Theres even place for screw type connectors if needed. Very neat even if I say so myself!

    All I have to do now is re-create the boards on Eagle so that I can make up some more as and when I need them.

    Talking about Eagle takes me to my "electronics" computer. I've loaded so many gui's, compilers and all sorts of other things lately looking for a comination that will work for me, I think I've given the thing a nervous breakdown. So, guess who will be nuking a hard drive and getting a fresh Win2KPro installation done Friday nite.

    It goes without saying that PICBasic Pro will be in there somewhere, the question is "What Else Is Needed?"

    <B><U>MicroCode Studio : Cost 150 UK Pounds (ZAR 2250 approx) </U></B> Cant get the "Case" statement to work properly. If there is a bug in the demo, who's to say its not present in the (costly) purchased installation.

    <B><U> MPLAB : Cost FREE </U></B> Seeing as it is the one that Microchip themselves have put out and is free, this seems like the most promising option. The PICBasicPro site also has what seems like a pretty good instruction sheet on how to get PBP integrated into MPLAB. There also seems to be a whole bunch of training/tutorial stuff (hav'nt checked it out yet!)

    <B><U>I C Prog : Cost FREE </U></B> Seems to be aimed at the people who are into very low level programing. Way beyond where I am at the moment - maybe in the future if I really become "geeky" about the whole thing.

    So! Once I've done the box re-install, download the latest stable MPLAB and get it working with PBP. I have a PIC12 around somewhere so we'll try flashing a LED. I think that would be the "Hello World" type program to start with.

    To all the people who gave advice and comment, a big thanks. Really appreciated it.

    All the best
    Aubrey
    (The more you learn, the more you realise how little you actually know)

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    mm MicroCode Studio is not as this expensive, ~30 pounds
    http://www.mecanique.co.uk/code-studio/index.html

    There's a free version available too. Basically MicroCode Studio Plus just add the Bootloader firmwares and ICD capability that The free version don't have. So you can buy it later without any problem

    PBP demo is available bellow
    http://www.melabs.com/pbpdemo.htm

    Hey.. this install MicroCode studio as well... woohoo. Ok a bit limited in the PIC model and code size, but it's free and this be more than enough to start to play with.

    Full version is listed @ 249.95 USD on Melabs Website, you might look at their distributor list
    http://www.melabs.com/purchase.htm#Distributors

    MPLAB or MicroCodeStudio? well, for me MicroCode Studio do all i need for now, but in some occasion i may use some MPLAB features. I find easier to surf in my code using MicroCode than with MPLAB, but it's me...

    Short history PBP is the compiler, while MicroCode and MPLAB are the code editor + some freebies here and there.

    Happy coding.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Forward Serial Data from pic to pc
    By Muller in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 2nd September 2008, 21:46
  2. NEWB Help HPWM coding
    By Seafurymike in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 1st January 2008, 21:52
  3. Serious Serial Situation Setbacks...
    By Dansdog in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th February 2007, 03:46
  4. What is the best way to make forward reverse
    By guanerrr in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th April 2006, 17:01
  5. Forward error correction
    By Ron Marcus in forum General
    Replies: 2
    Last Post: - 2nd June 2005, 15:12

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