User Activity

Looking for more information on how exactly a scan is performed when an active connection to peripheral already exists. How is the RF radio shared in between the scan and connection? Can the connection interval be maintained during the scanWindow or ...
Hi,I am currently using the P2P Server/Client example as a base for one of my projects. The server is constantly sleeping, waking up and reconnecting. After connecting the Services & Characteristics have to be rediscovered and notification re-enabled...
Hi, I am having issues reinitialising the BLE stack after waking up from sleep. I am initialising it the exact same was as normal power on. Upon waking up and calling the TL_Enable() function, a shci_notify_asynch_evt it not being received. Is there...
Hi, I am currently having an issue where the MotionFX_manager_run Function is taking 4ms to process, blocking and starving other tasks. I am running at 48MHz on the STM32WB55 using the softfp compilation. How can I reduce the processing time of the f...
I am having problems running LPTIM1 off the LSE. When I set up and interrupt it is firing ever clock cycle and does not seem to be clearing. RCC_BDCR_LSERDY bit is active before selecting the LPTIM1 clock source. I have also tried disabling the inter...