Programming chips in bulk


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default Re: Programming chips in bulk

    Here is answer from Charles at MELabs

    How do the
    > config settings/fuses get into the HEX file?


    The easy way is to open the hex file in meProg, make the configuration changes, then save the file.

    The proper way is to use the #CONFIG directive in PBP3 to place the config data in the program. PBP3 will then transfer the data to the hex file.

    Either way, you can test by opening the file in meProg and making sure the config options change to the desired settings.

  2. #2
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default Re: Programming chips in bulk

    If you decide to go the manual way, ticking the 'Write on Pickit Button' option in the Programmer tab of the Pickit2 application would make the job slightly less painful.

    Anand Dhuru

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