2020-08-24 06:04 AM
Hello,
I am trying to use the STM32WB55 Nucleo Pack to develop a BLE application. I am using cubeMX with the STM32Cube_FW_WB_V1.8.0 pack to generate code for the MB13355C nucleo board with STM32WB55RGV6 MCU.
I have successfully set the BLE advertising settings and can read the ad with the nRF Connect app on my smartphone. But when I tried to connect my phone to the board, I couldn't get GATT services back. However the connection is successful because the card indicates to be connected as a server.
Has anyone ever had this problem? And how can I solve it?
Thank you for your reply!
Solved! Go to Solution.
2020-09-08 12:12 AM
Are you sure you have set up clock settings to use external 32khz crystal and NOT LSI. Timing is not good with LSI. I made this mistake that is why is am suggesting it.
2020-09-08 12:12 AM
Are you sure you have set up clock settings to use external 32khz crystal and NOT LSI. Timing is not good with LSI. I made this mistake that is why is am suggesting it.
2020-09-24 06:45 AM
Thank you ! I changed the clock settings to use LSE and it works fine.
2020-11-05 11:27 AM
Could you please show me where exactly to set this?