Hello,
We have a custom card built with a TMS320F280039C microcontroller. We need to utilize the SCI bootloader on this card. But we are using SCI-B port for our project and SCI-A port isn't used. In all the documents, I saw that the SCI-A port is used for SCI Boot mode.
Is there a way to use SCI-B port for SCI Boot mode of the microcontroller? I think I can modify the bootloader that is in the examples of the device to use SCI-B port but it seems to me that it might not be enough. Or is there any workarounds for this situation? When we adjust the device to use SCI Boot mode, does it automatically try to use SCI-A port and wait a character from there?
Thanks in advance.