Part Number: TMS320F280041C
Hi Team,
I am dealing with a similar situation of firmware upgrade for F280049C and F280041C over CAN.
I have gone through several docs "Live Firmware Update With/Without Device Reset on C2000 MCUs" and "Software Controlled Firmware upgrade"
I have below questions on which I need guidance. Current implementation uses zero boot pins = flash boot mode.
a) As per ""Live Firmware Update With/Without Device Reset on C2000 MCUs" doc there is a need to have one free peripheral over which the host can send new firmware image. The doc explains the same using SCI interface. Is it possible to modify the same with CAN interface to receive the new firmware image and write it to flash ?
b) As per software-controlled firmware upgrade, is it possible to set CAN boot mode (upon receiving some command over CAN from the host whenever FW upgrade is required) just to receive the new image from host -> write it to flash-> and then set boo mode to flashboot.
Which is the best way to do the firmware upgrade using CAN and then boot from flash?
I appreciate your help in advance.