pad P0_0默认为复位输入。我发现需要在文件user_peri_setup .c的函数set_pad_functions()的开头添加以下一行
GPIO_Disable_HW_Reset ();
修改文件user_外围_setup.h中定义的#if (__DA14531__)中的以下行
#定义UART1_TX_PORT GPIO_PORT_0
#定义UART1_TX_PIN GPIO_PIN_0
#定义UART1_RX_PORT GPIO_PORT_0
#定义UART1_RX_PIN GPIO_PIN_1
#定义UART2_TX_PORT GPIO_PORT_0
#定义UART2_TX_PIN GPIO_PIN_0
#定义UART2_RX_PORT GPIO_PORT_0
#定义UART2_RX_PIN GPIO_PIN_1
关键词:
设备:
嗨Jean-Christian,
我已经在下面的论坛上回复了你。我认为两者都涉及同一个主题。
https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/da14531-blinky-txp00#comment-26799
谢谢,PM_Dialog