Is there a HandsOn4 example code for STM32WB55 that works with firmware version 1.7
I am trying HandsOn4 example for STM32WB55 using firmware version 1.7. The one I am following is based on firmware 1.0. STM32CubeMX with firmware 1.7, has changed the code generation making the original hands on example even more difficult to follow. Is there any sample code showing the generation of custom BLE server services and characteristic. The example I am building seems to be working but when running fails to get any service events when the client tries to access any of the service characteristics.
Function: void Custom_APP_Notification(Custom_App_ConnHandle_Not_evt_t *pNotification)
seems to be called whenever I connect or disconnect, but function: void Custom_STM_App_Notification(Custom_STM_App_Notification_evt_t *pNotification) which may be used whenever I try to access a service characteristic is not called. The function is not even linked I believe. It may be it needs registering, so I am sure I am missing something. Any hints will be appreciated.