Question
BlueNRG2 UART TX pullup
Hello,
While booting BlueNRG2, I was in need to externally pullup the UART TX output pin for proper operation.
The (post) boot initialization examples does not pullup the pin:
/* Configure GPIO_Pin_8 and GPIO_Pin_11 as UART_TXD and UART_RXD*/
GPIO_InitStructure.GPIO_Pin = SDK_EVAL_UART_TX_PIN;
GPIO_InitStructure.GPIO_Mode = SDK_EVAL_UART_TX_MODE;
GPIO_InitStructure.GPIO_Pull = DISABLE;
Is there any reason ?
Thanks in advance.
Remy.