Thanks Alain. When using Mpasm, to assemble my program, it is funny, I cannot bootload it to the PIC. It seems that the mcu should be defined in the Basic program. I'll have to dig further and see what causes this to happen.
Ioannis
Thanks Alain. When using Mpasm, to assemble my program, it is funny, I cannot bootload it to the PIC. It seems that the mcu should be defined in the Basic program. I'll have to dig further and see what causes this to happen.
Ioannis
Ha ! Bootloaders and Hex files ...
1) in MPLAB : Configure/Select Device
2) Select your programmer
2) " : FILE / Import " my bootloader.hex "
3) " : View / Program memory ( optionnal ... but useful !!! )
4) Program the bootloder ...
Here it is ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Hi Alain.
I have already loaded the PIC with the appropriate bootloder hex code. It is working just fine with any program created from PBP with it's own assembler. But it is not working with Mpasm!
Of course I can always load the new hex file without Bootloader, but...
Ioannis
I do not know any real Bootloading directly from MPLAB ...
download AN 851 and its softs from Microchip Website ... interesting - and useful !!!
do not forget to (copy into the "Program Files/P1618QP" directory)
: http://ww1.microchip.com/downloads/e...618QP_v1_1.zip
and select AN851 as a programmer ...
For REAL Bootloaders ( free ... ) see here :
http://www.etc.ugal.ro/cchiculita/so...bootloader.htm
Alain
Last edited by Acetronics2; - 24th May 2007 at 13:25.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks