Other Parts Discussed in Thread: CONTROLSUITE
According to the Boot ROM section of TMS320x2806x Reference manual (spruh18c.pdf), there is an eCAN bootloader which listens on the CAN bus for messages to ID 0x01:
"The eCAN bootloader asynchronously transfers code from eCAN-A to internal memory. The host can be
any CAN node. The communication is first done with 11-bit standard identifiers (with a MSGID of 0x1)
using two bytes per data frame."
Is there a way to change the CAN message ID? Or is this hard-coded into the bootloader ROM?
I'd like to program a specific micro on a CAN bus with many micros connected. To differentiate between them, they need to have separate IDs.
Thanks!