User Activity

Hello,I would like to use the BLE_p2pServer_ota example with the STM32WBA55CG as a template for a project. Since I do not have an LSE available here, I would like to use the LSI. Which settings (defines) do I have to change?If I use the LSI with 32,0...
Hi,i am working with NUCLEO-WBA55 and using the BLE_p2pServer_ota example as a template for my project.Unfortunately, the program does not start when I supply it with power via USB but only after I have pressed the Reset button. Can someone please he...
Hi,I am using the example ble_p2pServer_ota with STm32WBA55. I would send a packet between a client and a server with more than 20 bytes.Here is part of the code from p2p_server.c:When i debug the code, the value of Attr_Data_Length is correct until ...
Hello,What does the red “S” in the CubeIDE outline window mean? Is there a description of the respective markers in CubeIDE somewhere? 
Hi,i am working with BLE_p2pServer_ota example with NUCLEO-WBA55 board and i want to activate security communication. Can someone guide me? Is there a step by step application note available?