I am trying to use the bootloader in a dsPIC33CH. My goal is to eventually update firmware of the MCU remotely.
For now I am testing with the bootloader, but I can't get it working. Does someone have an example to update firmware multiple times using the bootloader with for example UART communication?
Ttelmah
Joined: 11 Mar 2010 Posts: 19495
Posted: Fri May 06, 2022 4:49 am
Before you start trying to use the bootloader, you need to make sure
you have got a working serial port.
Then remember that NOIOL1WAY must be selected.
Obviously you _are_ using the PCD bootloader.
ccsbootloader.exe with the compiler will send a hex file to a PC serial
in the correct format for the bootloader.
It is not hard, just basically transmitting the hex file to the unit, but it
is critical that handshaking is used and works. The transfer has to stop
while each line is programmed.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum