2020-05-08 12:54 AM
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.
2020-05-10 11:15 AM
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 !