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">
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
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.
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.
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
So, I tried to program a "LF" device and it worked like a charm.
Roger
Bookmarks