ds30 Loader free edition forums
dsPIC33FJ128GP710 [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: dsPIC33FJ128GP710 [solved] (/showthread.php?tid=25)



dsPIC33FJ128GP710 [solved] - medamarko - 2010-12-15

Hi, i successfully edited dsPIC33 firmware.
And it is working on 256k baud. Smile
But on every 2 minutes device is resetting.
If i load hex via ICSP everything is working fine.

I connected FTDI (FT232RL) board to UART2.

In Attach Im sending modified firmware.
Any help is appreciated.

Regards


RE: dsPIC33FJ128GP710 - Mikael Gustavsson - 2010-12-16

I don't see any problems with your modifications.
And it's very hard for me to figure out the problem.

You should try to determine the reset cause. There's
a register which I don't remember the name of which
will help you to do just that.


RE: dsPIC33FJ128GP710 - medamarko - 2010-12-17

POR was resetting by some reason. After Disabling this everything is working fine.
BTW RCON reg is reset control register Smile
I will test it more for weekend.

Thanks


RE: dsPIC33FJ128GP710 - Mikael Gustavsson - 2010-12-18

Thanks for the report.