MicroCode Studio 3.0.0.0 -> Implementation EasyPIC4


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    2

    Thumbs down MicroCode Studio 3.0.0.0 -> Implementation EasyPIC4

    Hello,

    i am new in this Forum and first time user of PicBASIC Pro (Demo) and MicroCode Studio 3.0.0.0. (Demo). I need your help for implementing my EasyPIC4 Board (MikroElektronika) as my Programmer into MicroCode Studio 3.0.0.0. The infos i have found in this forum didn't help me (newcomer). What is the exact configuration under:

    - View
    - Compile and Program Options
    - Programmer
    - Add New Programmer
    - Create Custom Programmer Entry

    Which Programmer (*.exe File) i have to implement for my EasyPIC4 Board?
    Is the following command line OK?

    -pPIC$target-device$ -f$hex-filename$ -e -w

    Please help with a hopefully step by step info and a correct command line. Many thanks in advance
    Regards
    question

  2. #2
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302


    Did you find this post helpful? Yes | No

    Default

    I use this.
    Parameters : picflash2.exe -w -f$hex-filename$ -q

  3. #3
    Join Date
    Feb 2008
    Posts
    2


    Did you find this post helpful? Yes | No

    Talking MicroCode Studio 3.0.0.0 -> Implementation EasyPIC4

    Hello savnik,

    thanks for your reply. your parameters "picflash2.exe -w -f$hex-filename$ -q" won't work for me because i simply don't have "picflash2.exe" but "PICFLASH.EXE".

    But however, i figured out the best functional parameter settings. For everybody who is interested in using the EasyPIC4 Board within MicroCode Studio please find the settings as following:

    First of all:
    you must have installed your PICFlash Programmer-Software which comes with your EasyPIC4 Board on CD! The Programmer EXE-Filename coming with your EasyPIC4 Board is PICFLASH.EXE, not PICFLASH2.EXE, which comes with the extra to buy MikroElektronika PICFlash Programmer Hardware!

    Please check and setup your PIC oscillator frequency carefully corresponding to your PIC controller (e. g. LP ist not XT and XT is not HS). Wrong oscillator setting will result into undefined programmer- and controller functions!!!

    MicroCode Studio 3.0.0.0 step by step settings
    ---------------------------------------------
    Menu:

    View
    !
    Compile and Program Options...
    !
    Programmer
    !
    Add New Programmer
    !
    Create a custom programmer entry
    !
    Next
    !
    Display Name: (name it what ever you like, e. g. EasyPIC4)
    !
    Programmer Filename: PICFLASH.EXE (or your programmer *.exe filename)
    !
    Next
    !
    Select Programmer Path (either "Find Automatically" or "Find Manually...")
    !
    Next
    !
    Parameters: -pPIC$target-device$ -f$hex-filename$ -e -w -v -q
    !
    Finished

    Parameter Explanation:
    -pPIC$target-device$ = PIC name, for example "PIC16F877A" (e. g. device name)
    -f = HEX-Filename
    -e = Erase PIC
    -w = Write to PIC
    -v = Verify
    -q = Close PICFlash after programming

    These MicroCode Studio settings are working perfect for me (and for my EasyPIC4 Board). So far no problems at all. Hope this will be of some help for Forum users having the same configuration problems which i have had.
    Regards
    question

Similar Threads

  1. can't find include file!
    By jimbostlawrence in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 10th November 2009, 08:44
  2. Interrupt & device setup for a PIC16F628A in Microcode Studio Plus
    By wildpikachu in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 3rd May 2008, 16:28
  3. Code Folding - Microcode Studio Wish
    By Rob in forum PBP Wish List
    Replies: 4
    Last Post: - 6th December 2007, 09:11
  4. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  5. How to used ICD of microcode studio
    By chai98a in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 19th November 2005, 00:29

Members who have read this thread : 1

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