Skip to main content
Lmali.1
Associate III
February 2, 2020
Solved

BLE communication doesn't reach to specific state EVT_LE_PHY_UPDATE_COMPLETE

  • February 2, 2020
  • 2 replies
  • 742 views

Hello,

I develop on both Nucleo-WB55 and my own board with STM32WB55CG.

When I use the Nucleo, everything works fine.

When I use my own baord, I see the device in my smartphone application but I can't connect.

I began to dig in and I found that when I use Nucleo, while connecting to smartphone, the software runs thru state EVT_LE_PHY_UPDATE_COMPLETE.

But when I run on my own board the software doesn't reach to this state.

Why is this different?

I believe I'm using with the same stm32wb5x_BLE_Stack_fw.bin.

Thanks,

Lior Malik

This topic has been closed for replies.
Best answer by Lmali.1

I found the problem.

Because I work with internal oscillator for the BLE, the define CFG_BLE_LSE_SOURCE must be set to 1 for internal source.

2 replies

Lmali.1
Lmali.1AuthorAnswer
Associate III
February 5, 2020

I found the problem.

Because I work with internal oscillator for the BLE, the define CFG_BLE_LSE_SOURCE must be set to 1 for internal source.

Remi QUINTIN
Technical Moderator
February 11, 2020

​Perfect!!