Skip to content

Commit 43b00ef

Browse files
lemreycarlescufi
authored andcommitted
samples: bluetooth: hci_uart: update nrf52840_pca10090 config
Enable the GPIO reset pin feature of nrf52840_pca10090 on pin P1.02 and the wait NOP feature of the controller. These are used to let nrf9160_pca10090 synchronize the HCI communication with nrf52840_pca10090 controllers. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent 3dc71c8 commit 43b00ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/bluetooth/hci_uart/nrf52840_pca10090.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ CONFIG_SERIAL=y
33
CONFIG_MAIN_STACK_SIZE=512
44
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
55
CONFIG_BT=y
6+
CONFIG_BT_WAIT_NOP=y
67
CONFIG_BT_HCI_RAW=y
78
CONFIG_BT_MAX_CONN=16
89
CONFIG_BT_TINYCRYPT_ECC=n
910
CONFIG_BT_CTLR_DTM_HCI=y
1011
CONFIG_BT_CTLR_ASSERT_HANDLER=y
1112

12-
# We can spare a UART for the console
13-
CONFIG_CONSOLE=y
14-
CONFIG_STDOUT_CONSOLE=y
15-
CONFIG_UART_CONSOLE=y
16-
1713
# Connect the MCU interface pins to the nRF9160
1814
# We will instantiate UART1 on these pins
1915
CONFIG_BOARD_PCA10090_INTERFACE0_MCU=y
2016
CONFIG_BOARD_PCA10090_INTERFACE1_MCU=y
2117

18+
# Enable reset pin on P1.02
19+
CONFIG_BOARD_PCA10090_NRF52840_RESET=y
20+
CONFIG_BOARD_PCA10090_NRF52840_RESET_P1_02=y
21+
2222
# Use UART1 for HCI
2323
CONFIG_UART_1_NRF_UARTE=y
2424
CONFIG_UART_1_NRF_FLOW_CONTROL=y

0 commit comments

Comments
 (0)