+ Reply to Thread
Results 1 to 9 of 9

Thread: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

  1. #1
    Licensed User brown's Avatar
    Join Date
    May 2005
    Location
    Western Washington
    Posts
    66

    Default use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Is there a way to get the Amicus IDE and the Proton IDE to be opened at the same time? I am working on a project that uses both Amicus and Proton. It is a waste of time to constantly close out one to switch to the other.
    --
    it would be fine if I could just use the Amicus from Proton instead.
    does somebody know how to add the Amicus programmer to Proton?
    How would I define the amicus in Proton.
    perhaps just add an include "myamicus.inc" sort of thing?
    --
    I apologize if this has already been talked about - I searched first on both forums but found nothing.
    Thanks
    Jon

    Hi, its great to see you visiting our forum. Why not try Proton Compiler for FREE?

    Download the FREE version of Proton Compiler, Its called Amicus18 and its available from HERE

    Already using proton Compiler??? Get rid of these pesky messages... get LICENSED USER STATUS




  2. If you're a Licensed user of PROTON DEVELOPMENT SUITE, apply for Licensed User Status to remove these pesky messages
     and get access to additional forum areas, Beta test downloads and more!

  3. #2
    Licensed User DaveS's Avatar
    Join Date
    Aug 2004
    Location
    North Yorkshire
    Posts
    649


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Proton menu
    View> Comipile and Programme Options
    >Programmer
    Select > Install New Programmer
    Select > Create a custom programmer entry
    Display Name = Amicus18 Loader
    Programmer Filename = Amicus18_Loader.exe
    Path to exe
    Parameters = $long-hex-filename$
    Regards
    Dave

  4. #3
    Licensed User Derk vd Wal's Avatar
    Join Date
    Jun 2009
    Location
    Nederland
    Posts
    20


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    When I want to use the Amicus board in Proton I have to do the instructions in the answer below.
    But besides the interfacing to the Amicus I have other questions:

    * Are there differences in language usage ?
    - timers.inc (hardware interrupts???) ????

    * Can I program the Amicus and other USB (bootloader) programmable boards directly and traditional programmable boards via a programmer with a simple choise in Proton.
    - choosing the programmer
    - setting the pic type
    - setting the compiling option bootloader yes/no at memorylocation xxxxx ???

    I'm using some different PIC's, Two different programming modes, Proton IDE and Amicus IDE
    I like the Amicus board but I don't want two different programming environments.

  5. #4
    Licensed User DaveS's Avatar
    Join Date
    Aug 2004
    Location
    North Yorkshire
    Posts
    649


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Quote Originally Posted by Derk vd Wal View Post
    When I want to use the Amicus board in Proton I have to do the instructions in the answer below.
    But besides the interfacing to the Amicus I have other questions:

    * Are there differences in language usage ?
    - timers.inc (hardware interrupts???) ????

    * Can I program the Amicus and other USB (bootloader) programmable boards directly and traditional programmable boards via a programmer with a simple choise in Proton.
    - choosing the programmer
    - setting the pic type
    - setting the compiling option bootloader yes/no at memorylocation xxxxx ???

    I'm using some different PIC's, Two different programming modes, Proton IDE and Amicus IDE
    I like the Amicus board but I don't want two different programming environments.


    So many questions

    There should be no differences in language.
    You may have to copy any missing includes to a suitable location, e.g. the same directory as your saved program or the compiler includes directory "C:\Program Files\ProtonIDE\PDS\Includes\Sources\" , I keep my includes in a folder "User\"

    Read the manual there is a drop down button in the IDE to change the target programmer.
    Setting the pic type
    Device 18F25K20
    Xtal 64
    Setting the compiling option bootloader yes/no at memory location xxxxx ???
    Not sure, search the forum for the answer.
    Regards
    Dave

  6. #5
    Licensed User Derk vd Wal's Avatar
    Join Date
    Jun 2009
    Location
    Nederland
    Posts
    20


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Thank you, Dave.

    I agree, too many questions in one message.

    I understand the language for Amicus is the same as with Proton.
    If neccessary I can copy the include files.

    I think (for me) it's better not to mix up both software packages.



    Regards,

    Derk

  7. #6
    Licensed User Eddy vd Boom's Avatar
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    15


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Dear Proton Team, I like to try the Amicus controller with the free Proton Amicus IDE Compiler is this a special PIC or can I use a normal PIC18F25K20
    from MicroChip. I use for programming the PICkit 2 tool. I have also the Proton PIC basic with USB key but for some application is the PIC18F25K20 okay.
    Thanks a lot.
    Eddy

  8. #7
    Licensed User pverburg's Avatar
    Join Date
    Jan 2004
    Location
    Wellington, New_Zealand
    Posts
    770


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Its a standard PIC18F25K20 with a boot loader program loaded. you can get the code from the Amicus forum and program it with the pickit2.
    Or just run it as any other PIC the compilers are the same for that chip so can't see the benefit of running one over the other.
    I do run them both to support customers that own the Amicus18 only and run into problems.
    Regards Paul V.

    Australasia Distributor of Proton PDS - http://www.ilc.co.nz/shop/viewcategory.php?groupid=3

    Australasia Distributor of TripLogik TL1000 Mileage Logger - http://www.ilc.co.nz/shop/viewcategory.php?groupid=1

  9. #8
    Licensed User Eddy vd Boom's Avatar
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    15


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Hi pverburg, how can I program a new 18F25K20 with the boot loader program, is that the same way as I program a PIC16F876A with a Hex Code.
    I use a PICKit2 programmer for this and please where can I find the boot code on the web like: http://www.myamicus.co.uk/content.php?307
    Thanks.
    Eddy

  10. #9
    Licensed User pverburg's Avatar
    Join Date
    Jan 2004
    Location
    Wellington, New_Zealand
    Posts
    770


    Default Re: use Proton IDE and Amicus IDE simultaneously or just use amicus in proton?

    Regards Paul V.

    Australasia Distributor of Proton PDS - http://www.ilc.co.nz/shop/viewcategory.php?groupid=3

    Australasia Distributor of TripLogik TL1000 Mileage Logger - http://www.ilc.co.nz/shop/viewcategory.php?groupid=1

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 22nd February 2011, 20:16
  2. You, Them, Amicus & Us
    By Lester in forum Proton Plus Compiler v3
    Replies: 1
    Last Post: 28th February 2010, 07:37
  3. Amicus compiler
    By C_Moore in forum The Lounge
    Replies: 8
    Last Post: 19th February 2010, 17:24

Members who have read this thread since 19th May 2012, 13:20 : 0

Actions :  (Set Date)  (Clear Date)

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