Hi,
I would like to use P1_5 as UART1 TX, is it possible?
Here is my port configuration:
GPIO_ConfigurePin( NFC_TX, OUTPUT, PID_UART1_TX, true );
GPIO_ConfigurePin( NFC_RX, INPUT_PULLUP, PID_UART1_RX, true );
I use DSPS project, with some modify.
Thanks answers!
Attila Horváth
Keywords:
Device:
Hi,
It should be possible, but not recommended. You will make it really hard for yourself to debug etc.