Other Parts Discussed in Thread: C2000WARE
Hello Everyone,
Been working on the C2000 MCU for building a motor controller on top of it. I want to add a feature to be able to communicate some information using the UART port( SCI in this case). Previously I was trying to do serial programming using SCI and with the help of community I was successfully able to do that using the serial flash kernel and BOOT pins.
While looking at the datasheet for TMS320f2803x, I find two SCI ports at PIN27 (SCITXDA), PN32(SCIRXDA) and PIN37(SCITXDA) , PIN38(SCIRXDA). As far as I understand there is only one SCI port available but these two set of pins can be used depending on the configuration. Now it was stated in the serial programming that we can use only PIN27 and PIN32 for serial programming.
My doubts :-
1. If I want to use SCI communication in my application, which set of pins can be used ? and what are the configuration for the same. The example code suggests using PIN27 and PIN32. Can I use the other set? HOW?
2. What is the difference between the two sets if any?
Thank You
Regards