Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Dear sirs,
I am trying to develop a bootloader code but in a different way that is used in C2000 examples:
Instead of a bootloader initialized from ROM my idea is to use a more classical approach were bootloader would be used as a resident program in flash like in Hercules MCU type is done:
Looking in the libraries I have seen that the most similar example with this idea is the one that uses USB dongle for downloading the program. But I would like to use the SCI or CAN port instead.
C:\ti\c2000\C2000Ware_1_00_05_00\device_support\f2806x\MWare\boot_loader
Could you handle a similar bootloader code to the one used in Hercules MCU but with C2000 ?