cancel
Showing results for 
Search instead for 
Did you mean: 

WB55 Nucleo BLE - Connection issues

Soepoe
Associate II

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.

1 REPLY 1
Soepoe
Associate II

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 !