Henrik, what bootloader do you use?
Robert
Henrik, what bootloader do you use?
Robert
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
I've gotten away with using the "normal" MicroCodeLoader and the stock Amicus/Proton loader on my Amicus18 boards. But after "upgrading" to Windows 10 the Amicus loader no longer works due to its non signed driver so I need to figure the UMC loader stuff out to get those going (or just use a PICKit3 (but it's a lot slower than bootloading).
What if we buy Mechanique Microcode Loader for 11.95 pounds from Mechanique?
Can we use the chips IT supports and crossreference that with what PICBasic Pro supports
and the use THOSE chips?
Will it even work with PICBasic Pro at all first of all?
Thanks!
Yes, it'll work with PPB but you still need a real device programmer to get the bootloader into the chip the first time.
With Microcode Loader comes a bunch of .hex files, matched for specific devices running at specific clock frequencies. You need to take the appropriate .hex file, use a device programmer (PICKit3 for example) and program the PIC with that file. Only from that point and only if you actually run the PIC at the clock frequency the bootloader file was built for will you be able to bootload the chip using the PC application.
/Henik.
Henrik
Thanks!
Okay. It's a worthwhile product then. Good.
If you go 29.95 for editor you get bootloader and a better editor. We'll leave that alone for the meantime.
Will Microcode bootloader work with Proton?
Have not checked supported chips in Proton if their are any at all except their Amicus 18.
I think it would be a stretch to ask if bootloader worked with Swordfish.
Actually, the bootloader doesn't know a thing about which compiler you used to generate the .hex file so it should work equally well with Proton, Swordfish, C18, MicroPascal or any other compiler but you need to make sure that the compiler you're using knows about the existence OF the bootloader so it offsets the program in order to not overwrite the bootloader startup code/call. With PBP you use DEFINE LOADER_USED 1 to do that for the Microcode Loader.
In fact, Swordfish is developed by the same people/company (Mecanique) doing the MicroCodeStudio and MicroCodeLoader. The Proton IDE looks VERY similar to MicroCodeStudio so I'm willing to bet that they are pretty much the same with some minor tweaks depending on which compiler is used (ie Crownhill, the developers of Proton (and owners of this site) simply buys the IDE from Mecanique, just like MeLabs is doing). Screenshots on the both the Proton website and Swordfish website shows the same MicroCodeLoader as with PBP.
The Amicus18 does NOT come preloaded with MicroCodeLoader firmware and does NOT work with the MicroCodeLoader without changing the VID/PID parameters of the FTDI serial port chip on the board. For more information on that, see this thread.
/Henrik.
Henrik
Thank you for looking into this.
Looks like Firewing says it is supported by Picbasic Pro Gold.
https://www.mecanique.co.uk/shop/ind...&product_id=81
Wonder why it says 'Gold' version of Picbasic?
It might be another case of what version of Microcode Loader actually?
Looks like Microcode Loader can be 'Full Version' or 'Customized for Compiler' version.
Last edited by PBCGuy; - 24th April 2017 at 16:36.
Bookmarks