Does MICROCODE support PIC16LF88?


Closed Thread
Results 1 to 11 of 11
  1. #1
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    891

    Default Does MICROCODE support PIC16LF88?

    Hello,

    Does anyone know if MICROCODE does support (program) 16LF88 µc?

    I would need to use one of those because of their low VDD but can't find them in the device list.
    Roger

  2. #2
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

    Default

    the low power "L" parts are programmed using the standard part number.

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


    Did you find this post helpful? Yes | No

    Default

    Thank you.

    This is what I also assume.

    I just wonder why the device list in MICROCODE shows some "L" devices then.

    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=3280&stc=1&d=123795932 1">
    Attached Images Attached Images  
    Roger

  4. #4
    Join Date
    Jan 2009
    Location
    California, USA
    Posts
    323


    Did you find this post helpful? Yes | No

    Default

    Dunno about the 16LF88, but I've programmed 16LF727's with MCS and PICkit2, using the 16F727 setting and it seems to work fine.


    steve

  5. #5
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by flotulopex View Post
    I just wonder why the device list in MICROCODE shows some "L" devices then.
    How old is your version of MicroCode Studio?

    The original versions had a PIC.INI file that listed the available PIC's. Then you had to manually add any that weren't in the list.

    Later versions search the PBP folder and populate the drop-down box with all the *.INC files it finds. That way it always has the correct list for whatever version of PBP you have.

    There are no .INC files specifically for LF parts. So I'm guessing you have a really old version of MCS.
    <br>
    DT

  6. #6
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Along similar lines Does PBP work for RFPICs like RFPIC12F675KT-I/SS ?
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  7. #7
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by PBP - Current PICmicro® MCU support
    rfPIC12C509AF, rfPIC12C509AG: Limited support as base device PIC12C509A (more information) .

    rfPIC12C509AF, rfPIC12C509AG, rfPIC12F675F, rfPIC12F675H, rfPIC12F675K: Supported as base device PIC12F675
    The rfPIC's are like 2 separate chips in a single package.

    The rfPIC12F675F is a standard 12F675, with an ASK/FSK transmitter module in the same package. To send data from the 12F675, you have to actually use a PIN as output, and connect it to either the DATAask or DATAfsk of the same chip. If you want to turn the carrier on/off it takes another output pin from the 675, connected to the RFEN pin of the transmitter.

    There are no registers in the PIC half that have any control over the transmitter half.

    As far as PBP or MCS is concerned, it's just a 12F675.
    <br>
    DT

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


    Did you find this post helpful? Yes | No

    Default

    In theory MicroCode should update it's own PIC supported list, case not you may need to add it by yourself. PIC.INI file is the one to edit. You can even create aliases to specific PIC, you just need to copy the right INC file and rename it the same way you have define it in PIC.ini.
    Steve

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

  9. #9
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Darrel Taylor View Post
    The rfPIC's are like 2 separate chips in a single package.

    The rfPIC12F675F is a standard 12F675, with an ASK/FSK transmitter module in the same package. To send data from the 12F675, you have to actually use a PIN as output, and connect it to either the DATAask or DATAfsk of the same chip. If you want to turn the carrier on/off it takes another output pin from the 675, connected to the RFEN pin of the transmitter.

    There are no registers in the PIC half that have any control over the transmitter half.

    As far as PBP or MCS is concerned, it's just a 12F675.
    <br>
    Great, Thank You.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

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


    Did you find this post helpful? Yes | No

    Default let's try

    I'm going to try the LF version then.

    It is not a question of cost since they are almost the same price as standard PICs; I just don't want to store PICs I wouldn't be able to program.

    BTW, I use Microcode Studio version 3-0-0-5.
    Roger

  11. #11
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    891


    Did you find this post helpful? Yes | No

    Thumbs up It does work

    So, I tried to program a "LF" device and it worked like a charm.
    Roger

Similar Threads

  1. Replies: 3
    Last Post: - 1st July 2008, 21:07
  2. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  3. Microcode Studio MPLAB support
    By jbpaul in forum General
    Replies: 1
    Last Post: - 27th November 2006, 06:55
  4. Replies: 2
    Last Post: - 9th February 2006, 22:03
  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