ds30 Loader free edition forums
dspic30f6014 bootloader - 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: dspic30f6014 bootloader (/showthread.php?tid=2335)



dspic30f6014 bootloader - erdinc - 2014-12-18

Hello,
I am using DSPIC30f6014. After I load the bootloader hex code via ICD once, I want to load my code via RS232. For this reason, I want to use ds30loader. I downloaded it from this forum.
My question is:
1-I load the bootloader code via ICD3. Then I try to check for the bootloader on ds30loader. But it cannot find the bootloader. What can be the problem?


RE: dspic30f6014 bootloader - Mikael Gustavsson - 2014-12-18

Hi,
Check the configuration bits and boot loader settings in settings.inc.


RE: dspic30f6014 bootloader - xmwang - 2017-11-09

Got the same problem here. Here is the message on ds30 GUI
Reseting device...ok
Searching for bl . . . . . . . . . . . . . . . . . . . . . timed out

Try both auto detect baud rate or use defined baud rate 9600, can not work


RE: dspic30f6014 bootloader - xmwang - 2017-11-09

Debugger see:
when call user_code.inc, it return to "__reset:mov #__SP_init, WSTPTR".