Skip to main content
Soepoe
Associate
May 8, 2020
Question

WB55 Nucleo BLE - Connection issues

  • May 8, 2020
  • 1 reply
  • 555 views

When I load the handson_2 everything works fine. However when i open a new project and initialize it as a p2p server application - And follow the steps in handson_2 training video, I can get my nucleo to advertise just fine - however I cannot connect it, am I missing some call somewhere? I cross checked mostly every .c and .h in handson_2 and in other projects from the git repository but i can't find the missing piece.

This topic has been closed for replies.

1 reply

Soepoe
SoepoeAuthor
Associate
May 10, 2020

I found the problem, in app_conf.h

/**

 * Source for the 32 kHz slow speed clock

 * 1 : internal RO

 * 0 : external crystal ( no calibration )

 */

#define CFG_BLE_LSE_SOURCE 1

was set to 0 for some reason - that was kinda tricky !