ds30 Loader free edition forums
DSPIC33FJ64GP204 Bootloader Problem [solved] - Printable Version

+- ds30 Loader free edition forums (https://picbootloader.com/forum)
+-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3)
+--- Forum: 16-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=6)
+--- Thread: DSPIC33FJ64GP204 Bootloader Problem [solved] (/showthread.php?tid=189)



DSPIC33FJ64GP204 Bootloader Problem [solved] - darkrwe - 2011-06-24

Hi everyone;

I have a problem with Ds 30 bootloader. I have modify the source code to my dsPIC. But when I try to send a new firmware to my dsPIC with GUI I got this error message(unknown response 0X8D) at the attachment.

Is there anyone that help me abour it?


RE: DSPIC33FJ64GP204 Bootloader Problem - darkrwe - 2011-06-27

I think nobody could help me Sad


RE: DSPIC33FJ64GP204 Bootloader Problem - Mikael Gustavsson - 2011-06-27

Why have you removed the header including the copyright notice and gpl notice?
Please describe your modifications.


RE: DSPIC33FJ64GP204 Bootloader Problem - darkrwe - 2011-06-28

(2011-06-27, 18:34:17)Mikael Gustafsson Wrote: Why have you removed the header including the copyright notice and gpl notice?
Please describe your modifications.

Sorry Mikael
while I was modifyng code to my project I erased mistakenlySad

Apologize. I edited and uploaded again the code.

Today I solved the problem but now every 20 second PIC is resetting.
I couldnt understand why?

Thank you for interest.




RE: DSPIC33FJ64GP204 Bootloader Problem - darkrwe - 2011-06-28

I have modified settings.inc (baudrate,BRG calculations,FCY frequency, Config bits) , ds30loader.s (adding INIT routines that include PORT registers,CLOCK registers,UARTS registers).









RE: DSPIC33FJ64GP204 Bootloader Problem - Mikael Gustavsson - 2011-06-28

You have made major changes to the code but I don't understand what you are trying to accomplish.
You should describe what you are doing and why.

The copyright notice is still not there. Maybe you should respect others work a little bit more.


RE: DSPIC33FJ64GP204 Bootloader Problem - darkrwe - 2011-06-29

"You have made major changes to the code but I don't understand what you are trying to accomplish."

REP:
When I was modifyng your code I erase many things, added many things because I didnt successfuly run the code on my microcontroller.
My main aim is just send a hex file from your ds30 LOADER GUI to your Bootloader program on my DSPIC.


"The copyright notice is still not there. Maybe you should respect others work a little bit more."

REP:
I think you misunderstand me mikael? I grateful for you and the other frineds for this template code. And I apologize again for erasing comment block. I add that after your remind.
"Copyright © 09-10, Mikael Gustafsson"
I didnt deny this reality? I dont understand what you mean.

Anyway Thank you for reply mikael.


RE: DSPIC33FJ64GP204 Bootloader Problem - Mikael Gustavsson - 2011-06-30

For non paying users I only support the unmodified version.
You should anyway go back to that and configure it properly
and it will most likely work. Read the manuals and the errata for the PIC.