If you want something that looks like a BASIC Stamp then PBP is what you want.
All the others are very different.
If you want something that looks like a BASIC Stamp then PBP is what you want.
All the others are very different.
Tumbleweed
Thanks.
Just getting to how the language is. Want to sort out hardware first.
I could not download Firewing compiler. The link was bad.
I can see Microcode bootloader is going to become a side project.
Best plan is to just 'take the .hex file and run'.
Load it into MPLAB IPE and program chip on board.
You don't have to use the IPE software to program the chip.
MPLABX (and the older MPLAB) has command-line drivers for each of the programmers (PK3, ICD3, etc).
Using these you can add the Pickit3 as a programmer to the MicrocodeStudio IDE and then you can program the chips directly from there.
That way you don't need a bootloader at all.
And I've written a post about how to setup the IPE command line tool in MicroCodeStudio, here it is. It then becomes a seamless one click compile and program that works with any and all PIC that compiler supports. It just tends to be a little slower than using a bootloader.
/Henrik.
except the newer ones like pic16f1615,pic16f1619 ,pbp3 supports them pk3 ipe does not.program that works with any and all PIC that compiler supports
I have not tried with mplabx version past 2.35 [the latest version that works with pbp3 afaik ]
Warning I'm not a teacher
I know you can compile PBP in later versions of MPLABX... I just tried it using MPLABX V3.60 and it works.
Not so sure about using things like the debugger or simulator, but I haven't used PBP much in a long time.
You need to keep MPLABX updated to support newer chips. You can choose to install just the IPE and that should get you newer part support for programming. MPLABX allows you to install multiple versions so you can always keep v2.35 around too.
Installing the IPE should get you the command-line tools.
MPLABX/IPE is the only programming tool (from microchip) that will be updated, so we're sort of stuck with it you want to use the Pickit3.
For the 16F1615 and 1619 you need MPASM 5.59 or higher.
I've got MPASMX v3.55 installed, it comes with v5.72 of the assembler and the assembler works fine with PBP3 as far as I can see. The Device Support document for IPE lists full support (program and debug) for the PICKit3 for both these devices.
Using MPLABX as the IDE for PBP might be a completely different story, I'm still hoping PBP3.1 will ship with proper support and documenation for that but I'm not feeling lucky.
/Henrik.
confirmed . I bit the bullet and installed ide/ipe ver 3.55 and version 2.35 still works [yeah]You need to keep MPLABX updated to support newer chips. You can choose to install just the IPE and that should get you newer part support for programming. MPLABX allows you to install multiple versions so you can always keep v2.35 around too.
Installing the IPE should get you the command-line tools.
and the pk3 can pgm the new chips from mcspx.
the pbp toolchain does not work with mplabx 3.55 as suspected [for me anyway],code will still compile though.
for reference the icsp (no connector fitted) port on the "Curiosity Board" will not actually work as programmer ,I guess the pkob interferes with the process ,making mplabx pkob the only programmer that works but only for ide versions that the pbp3 plugins don't function in . would have been nice to use the board with pbp3 easily.
progress is over rated
Bookmarks