TM$C123GH6PZ
I need to use different pins for UART than the ones that are not by default set for UART.
Eg: PH2 does not have UART configureable by default.
Is there any way i could do this ?
Is this possible ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TM$C123GH6PZ
I need to use different pins for UART than the ones that are not by default set for UART.
Eg: PH2 does not have UART configureable by default.
Is there any way i could do this ?
Is this possible ?
abilash rs said:I need to use different pins for UART than the ones that are not by default set for UART.
Hi, There is a pin mux map where you can choose pin function, so from this select the best fit for your application selecting alternate on different pin where the single peripheral can be assigned to.
abilash rs said:Eg: PH2 does not have UART configureable by default.
PH2 can onli be analog in, SSI assigned, no UART function are possible to that pin.
abilash rs said:Is there any way i could do this ?
Thru hardware assignement if not in pin mux list NO, as alternate you can write a software uart on that pin but expect overhead.
abilash rs said:Is this possible ?
As I wrote NO or not recommended.