2011-03-21, 20:29:46
(This post was last modified: 2012-12-22, 13:43:48 by Mikael Gustavsson.)
I have successfully load the hex file in the dsPIC33FJ256GP710 by using ds30loaderconsole under my linux host by issue following command
But I have to manually reset power on my MCU board while issue the command to detect the bootloader
Q: Is there any command option to reset my MCU with out hard reset manually. I have notice the command option -q=cmd ( --reset-command=cmd ) and in example use "-q=a;b". Could anyone give more details or any advice
Code:
[abc@local]$ mono ds30loaderconsole.exe --resettime=5000 -p -f=appl.hex --device=dspic33fj256gp710 --port=/dev/ttyUSB0 --baudrate=115200 -l
But I have to manually reset power on my MCU board while issue the command to detect the bootloader
Q: Is there any command option to reset my MCU with out hard reset manually. I have notice the command option -q=cmd ( --reset-command=cmd ) and in example use "-q=a;b". Could anyone give more details or any advice