Other Parts Discussed in Thread: TM4C1294NCZAD
With regard to the TM4C1294NCZAD microcontroller:
What are the rules about leaving some of the pins of an interface unassigned? For example, if I use the UART interface, but don’t need flow control, can I just leave CTS (clear to send) unassigned? If we don’t have a physical pin assigned to CTS, do we have to do anything in code to simulate CTS in the TRUE state to allow data transfer to proceed? We don’t want the interface to wait forever for the non-existent CTS signal to go to the true state.