Correction: Synthesized LF CLOCK with the nrf52840

2018-03-18 Thread Abderrezak Mekkaoui
Hi Andrzej, A correction: the app does work by setting BLE_XTAL_SETTLE_TIME: 0 as you suggested. The problem I was dealing with has nothing to do with mynewt per se. My bad. Kind regards Abderrezak On 3/15/2018 11:46 AM, Abderrezak Mekkaoui wrote: Hi Andrzej, Thank you for your answer.

Re: Synthesized LF CLOCK with the nrf52840

2018-03-15 Thread Abderrezak Mekkaoui
Hi Andrzej, Thank you for your answer. That's what I did first but it did not work. I have an app that runs as expected using the default LF CLOCK,  the XTAL_32768 used. When I switch the LF CLOCK  to  XTAL_32768_SYNTH, the app advertises correctly. When I try to connect, the app disconnects

Synthesized LF CLOCK with the nrf52840

2018-03-14 Thread Abderrezak Mekkaoui
Hi All, I would appreciate any hints regarding  the configuration settings that need to be changed to use a synthesized LF clock (32.768 KHz) instead of the Xtal Oscillator clock. This is for a BLE application. Thanks Abderrezak