We are considering using a TIVA in a new type application that uses a CAN Interface to communicate with another board.. I want to better understand how I would handle firmware updates using the CAN interface to the TIVA CPU.
I found the document in the link that talks about the different interfaces that I could use including CAN.
http://www.ti.com/lit/ug/spmu301d/spmu301d.pdf
Is there a set of source code from TI for the host side application that would do the download to the TIVA CPU through CAN from another embedded system?? I know I would have to write the CAN drivers on the remote board but is there source code I could reference that could be referenced for the remote board?
Also, I don't think the ROM in the TM4C12x has CAN support in ROM. What would the process be to add the CAN download support to the TIVA project to support a CAN downloadt?
Doug