I managed to get the SCI bootloader working, thanks to TI for having it in there, just toggled a PIN and the C2pog application downloads the .hex file into the C2000. It works fine over full duplex UART/SCI so it worked fine over RS422 which is just differential UART. Now the question is will it work over RS485?
i understand that its a bidirectional communication between the C2prog and the C2000 to make sure the programming worked but RS485 is half duplex so somebody has to change the enables from Tx to Rx and vice versa on the RS485 Transceiver on the C2000 side. It could be a pin in the C2000 that will do that .Does the internal SCI bootloader have such a support ?
Any hints or if anyone who has done it before can please comment, that would be very helpful.