Microcode v3.0


Closed Thread
Results 1 to 14 of 14

Thread: Microcode v3.0

  1. #1
    Nestyplus's Avatar
    Nestyplus Guest

    Default Microcode v3.0

    Hi Guys,

    Anybody knows on what's new with the latest version 3.0 of Microcode Plus?

    I just noticed it on the site of melabs.

    Thanks

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    The new version is compatible with Windows Vista.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default any history?

    I assume some other enhancements must habe been included, no?

    I could'nt find a detailed version history on MECANIQUE's site.

    Is there any?
    Roger

  4. #4
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    I'm not sure just what has been changed other than being Vista compatible, but I'm sure once they find time, they'll update the history page.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  5. #5
    Nestyplus's Avatar
    Nestyplus Guest


    Did you find this post helpful? Yes | No

    Default Microcode ver 3.0 online update

    Quote Originally Posted by Bruce View Post
    The new version is compatible with Windows Vista.
    Bruce,

    Thank you for the swift reply. I tried to click the Online Updates when inside the Microcode environment and it shows that it is connecting with final comment at the right bottom bar 'No new updates'.

    I just don't understand it looks to me that their online update isn't really working. Have you tried it?

    Btw, I have the microcode plus 2.3.0.0 and I'd like to have it updated through its online update button.

    Thanks

  6. #6
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    As far as I know only the free version is out. Im guessing a little more time
    & preparation goes into the paid version before it gets released or announced.

    Patience...;o}
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  7. #7
    Nestyplus's Avatar
    Nestyplus Guest


    Did you find this post helpful? Yes | No

    Smile Microcode ver 3.0 online update

    Quote Originally Posted by Bruce View Post
    As far as I know only the free version is out. Im guessing a little more time
    & preparation goes into the paid version before it gets released or announced.

    Patience...;o}
    Bruce, thanks I believe you're in close contact with them since you market their product. Don't forget to send a note in this forum when the paid version is ready for released through online.

    Regards,

  8. #8
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    You should be able to update MCS+ using the online update now.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

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


    Did you find this post helpful? Yes | No

    Default

    AND those having the original MicroCodeStudio PLUS on a black CD...don't forget to read the whole thing about the update before doing it...
    Steve

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

  10. #10
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default How to configure fuses...

    Hi,

    I've bought the PICKit2 from MICROCHIP and received also a 16F690. Well, since it's here, let's try it

    I'm using MicroCodeStudio v3 and this chip is in the device list.

    After looking at the chip's bibel and the P16F690.INC file from MPLABS, I established the fuse list in the editor.

    Unfortunately, I always get errors "undefined symbol xxx" when compiling where xxx are four fuse settings appearently not recognised by MCS.

    This is probably a syntax error on my side but I don't know where I can find this information.

    Does anyone know?

    NB: can't get any answer from MECANIQUE...
    Roger

  11. #11
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Post your config settings. I use this one a lot. It's the controller for our
    new serial LED display module.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  12. #12
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default 16F690 fuse list

    Hello Bruce,

    Here is my fuse list. I could correct two fuses since my last post.

    There are only two fuses not beeing compiled (bolded) without error in MCS at this moment.

    Code:
    ' Fuses
    @ DEVICE PIC16F690,FCMEN_OFF
    @ DEVICE PIC16F690,IESO_OFF
    '@ DEVICE PIC16F690,BOR_OFF
    @ DEVICE PIC16F690,CPD_OFF
    '@ DEVICE PIC16F690,CP_OFF
    @ DEVICE PIC16F690,MCLR_OFF
    @ DEVICE PIC16F690,PWRT_OFF
    @ DEVICE PIC16F690,WDT_OFF
    @ DEVICE PIC16F690,INTRC_OSC_NOCLKOUT
    If possible, can you explain how anyone can do this by himself?
    Roger

  13. #13
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default last ones found...

    Bruce,

    I just found the syntax for the last two fuses.

    Code:
    @ DEVICE PIC16F690,BOD_OFF (instead of BOR_OFF)
    @ DEVICE PIC16F690,PROTECT_OFF (instead of CP_OFF)
    Still don't know how to find this out without chance...
    Roger

  14. #14
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Hi flotulopex,

    The only way to know which config fuse options you can use the the PM
    asembler & the @ DEVICE options is to look in the PBP header file.

    They don't always follow the Microchip device header file naming conventions,
    so it's always a good idea to look at the PBP device header file 1st to know
    which options are available.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Replies: 3
    Last Post: - 1st July 2008, 21:07
  2. Code Folding - Microcode Studio Wish
    By Rob in forum PBP Wish List
    Replies: 4
    Last Post: - 6th December 2007, 09:11
  3. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  4. Microcode studio and USB pics
    By KPDes in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 27th May 2007, 09:28
  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 : 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