Re: bleprph using HCI 4 wire

2018-06-27 Thread Andrzej Kaczmarek
file@entry=0x0, line=line@entry=0, > func=func@entry=0x0, e=e@entry=0x0) > at repos/apache-mynewt-core/kernel/os/src/arch/cortex_m4/os_fault.c:137 > 137asm("bkpt"); > > -Original Message- > From: Christopher Collins > Sent: Monday, June 25, 2018

Re: bleprph using HCI 4 wire

2018-06-27 Thread Christopher Collins
repos/apache-mynewt-core/kernel/os/src/arch/cortex_m4/os_fault.c:137 > 137asm("bkpt"); > > -Original Message- > From: Christopher Collins > Sent: Monday, June 25, 2018 11:25 PM > To: dev@mynewt.apache.org > Subject: Re: bleprph using HCI 4 wire >

RE: bleprph using HCI 4 wire

2018-06-27 Thread Jeff Belz
wt.apache.org Subject: Re: bleprph using HCI 4 wire Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 > wire HCI. I got one response that said I just h

RE: bleprph using HCI 4 wire

2018-06-27 Thread Jeff Belz
018 11:25 PM To: dev@mynewt.apache.org Subject: Re: bleprph using HCI 4 wire Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 > wire HCI. I got one response that said I

RE: bleprph using HCI 4 wire

2018-06-27 Thread Jeff Belz
say the STM32f412 does not have a UART 0. It starts from 1. So when I type in the "value" 0 in the BLE_HCI_UART_PORT, what UART does it select -Original Message- From: Christopher Collins Sent: Monday, June 25, 2018 11:25 PM To: dev@mynewt.apache.org Subject: Re: bleprph usi

Re: bleprph using HCI 4 wire

2018-06-25 Thread Christopher Collins
Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 wire HCI. > I got one response that said I just have to change the syscfg setting in my > target to > > > >

bleprph using HCI 4 wire

2018-06-25 Thread Jeff Belz
All: I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 wire HCI. I got one response that said I just have to change the syscfg setting in my target to BLE_HCI_TRANSPORT_NIMBLE_BUILTIN: 0 BLE_HCI_TRANSPORT_UART: 1 1. I can't find any documentation to what