Re: HCI UART with console UART

2018-06-28 Thread Andrzej Kaczmarek
Hi, You need to configure different UARTs for HCI transport and console: - BLE_HCI_UART_PORT - CONSOLE_UART_DEV By default both use UART0. Best, Andrzej On Thu, Jun 28, 2018 at 3:18 AM Jeff Belz wrote: > > All: > > I have to use uart0 as the HCI, but I want to use the console too. Anyone >

HCI UART with console UART

2018-06-27 Thread Jeff Belz
All: I have to use uart0 as the HCI, but I want to use the console too. Anyone do this before? I'm assuming I have to change the BSP, but I think it's more that that. Jeff