MB 4.50 beta : 96k bootloader ?

Beta Testing discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

MB 4.50 beta : 96k bootloader ?

#1 Post by Kalain » 14 Dec 2010 23:02

Hi,

Please do not forget 96k bootloader for PIC like 18F4685.

Thanks
Alain

Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

Re: MB 4.50 beta : 96k bootloader ?

#2 Post by Kalain » 23 Dec 2010 18:37

MB 4.60 is out but no 96k bootloader provided !!!
(Advertise says "Bootloader for all 16/18 Mcu....)

Is there someone which can tell me how to use one provided bootloader for 18F4685 ?

Thanks.
Alain

p.erasmus
Posts: 3391
Joined: 05 Mar 2009 10:28

Re: MB 4.50 beta : 96k bootloader ?

#3 Post by p.erasmus » 23 Dec 2010 19:13

Alain
I use this bootloader for PIC18 dsPIC both versions the UART or CAN
however mostly the CAN,

http://mrmackey.no-ip.org/elektronik/ds ... /index.php

You need to modify nothing in mikro Compiler just compile the Boot loader of you choice program the
device with the boot loader and from now on just compile your mikro code as normal and boot load the device
hope this helps you :D
P.Erasmus
Saratov,Russia
--------------------------------------------------------------

orga
Posts: 240
Joined: 04 Jun 2008 20:08

Re: MB 4.50 beta : 96k bootloader ?

#4 Post by orga » 30 Dec 2010 00:47

@Peter
The CAN - Bootloader: how does he function?
I need a PC with RS232 and a processor, with RS232 and CAN?
But if I have several controllers with CAN, I want programmimg the 11. Controllers CAN-Node over the CAN-Bus.
How does this go, must the 11. Controller having RS232?

Grettings orga

orga
Posts: 240
Joined: 04 Jun 2008 20:08

Re: MB 4.50 beta : 96k bootloader ?

#5 Post by orga » 24 Jan 2011 11:04

If one addresses somebody directly:

No answer is impolite. Is it arrogance?

Or if was the question of a beginner too silly to answer?



Has found just the Microchip software Maestro.

With this tool i can edit the CAN-Bus boot loader: AN247 as well.

Does somebody have experiences with it?

Is this a good tool?

Best regards Orga

Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

Re: MB 4.50 beta : 96k bootloader ?

#6 Post by Kalain » 23 Mar 2011 23:17

Hi Peter,

I'm ready to implement bootloader on my device. (18F4685 96k)
I just received today my USB UART Board from ME.
p.erasmus wrote:
I use this bootloader for PIC18 dsPIC both versions the UART or CAN
however mostly the CAN,
http://mrmackey.no-ip.org/elektronik/ds ... /index.php
You need to modify nothing in mikro Compiler just compile the Boot loader of you choice
Which (ds30loader) file has to be compiled ?

I expected to find in ds30loader folders an .hex fil (which would be boot loader compiled program), same as you can find in ...\mikroBasic PRO for PIC 4.60\Examples\Other\Bootloader\P18\64K folder.

Thanks for your time.

Regards
Alain

p.erasmus
Posts: 3391
Joined: 05 Mar 2009 10:28

Re: MB 4.50 beta : 96k bootloader ?

#7 Post by p.erasmus » 30 Mar 2011 20:38

orga wrote:If one addresses somebody directly:
No answer is impolite. Is it arrogance?
Or if was the question of a beginner too silly to answer?
Dear Orga
I humbly appologise I did not see your question regarding the Boot loader until today,
I did not post offen in the Basic forum the last 2 - 3 months and dit not even look at the beta Forum
I am very sorry about this it has nothing to do with a beginner I myself is a beginner in many aspects


Dont use the microchip CAN bootloader it is not easy to use
orga wrote:The CAN - Bootloader: how does he function?
I need a PC with RS232 and a processor, with RS232 and CAN?
But if I have several controllers with CAN, I want programmimg the 11. Controllers CAN-Node over the CAN-Bus.
To use the CAN bootloader you need a PC and a CAN interface Dongle from one of the following companies
(1) PeakCAN
(2) IAXXT
(3) Kvaser
(4) Vector informatik
The cheapest and best one is the PeakCAN,
then you compile the supplied File from ds30 and program the device with the hex file after that you use the ds30 Downloader Tool to program your own hex files
over CAN .(your device connects to your PC through the CAN dongle and the loader Program connects to the Dongle )

The cheapest to use is the UART bootloader as you need only a serial port or VSM virtual seriel port
Regards
Peter
Last edited by p.erasmus on 30 Mar 2011 20:51, edited 1 time in total.
P.Erasmus
Saratov,Russia
--------------------------------------------------------------

p.erasmus
Posts: 3391
Joined: 05 Mar 2009 10:28

Re: MB 4.50 beta : 96k bootloader ?

#8 Post by p.erasmus » 30 Mar 2011 20:47

Alain

When you install the package from ds30 ,it installs folders for the different devices PIC18 ,dsPIC ect
in the PIC18 you find a MPLAB project with all the needed files ,you need only to set a couple of things in this file
as explained in the Documentation such as the baurd rate and the USART to use 1 or 2 then you compile the project
and you will find in the folder a .hex file which you program into the device with a programmer.
also in the instalation is ds30 Downloader you use this ds30 downloader to program the device with your own hex files using the Bootloader

All the documentaion is also installed when you install the ds30 package
it is easy to use and works well with the mikroE compiler generated code as you do not have to modify the startup code as with other bootloader

Hope this helps you
Peter
P.Erasmus
Saratov,Russia
--------------------------------------------------------------

Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

Re: MB 4.50 beta : 96k bootloader ?

#9 Post by Kalain » 30 Mar 2011 21:08

Peter,

Thanks for explanations but still experience some trouble with 18F4685!

I will move to ds30loader forum for this.

On the other hand, I also try to modify ME 128k bootloader code in 96k bootloader.

Thanks
Alain

p.erasmus
Posts: 3391
Joined: 05 Mar 2009 10:28

Re: MB 4.50 beta : 96k bootloader ?

#10 Post by p.erasmus » 30 Mar 2011 21:12

Alain
Do that I will pick it up there and try to help !
however mackey will certainly help out !¨


Peter
P.Erasmus
Saratov,Russia
--------------------------------------------------------------

Post Reply

Return to “mikroBasic PRO for PIC Beta Testing”