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.
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
the low power "L" parts are programmed using the standard part number.
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">
Roger
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
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
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.
The rfPIC's are like 2 separate chips in a single package.Originally Posted by PBP - Current PICmicro® MCU support
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
Bookmarks