2 posts / 0 new
Last post
attila.horvath
Offline
Last seen:1 year 7 months ago
加入:2014-09-22 11:17
P1_5 SW_DIO

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:
MHv_Dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2013-12-06 15:10
Hi,

Hi,

It should be possible, but not recommended. You will make it really hard for yourself to debug etc.