User Activity

Hi,What error on HSE frequency is acceptable by STM32WB35? More than 1 kHz can disturb connection process (its interrupted or it's slow than usual on some phones) or can cause unexpected disconnection? Does this affect the range of the advertisement ...
Hi,it is ok to call hci_user_evt_proc function (STM32WB), from an interrupt, for example SysTick_Handler ?Best,s.mateusz
Hi,For stm32wb flash operations we have to implement diagram described in AN5289, page 36. How about option bytes access? Do we have apply the same approach, with semaphores etc? Or we just can use regular HAL functions? Best,Mateusz
Hi,we have problem with our custom designed board. We are using STM32L011F4P6 MCUs and some of them behaves very strange. After reset, every 400ms for 50us, reset pin (which is internally pulled up), goes down. We don't known what causes that behavio...
I expirence very strange behavior on STM32WB. After 6 connect/disconnect sequences, CPU2 stops working. I'm not receiving any IPPC interrupts. Last event I get, before CPU2 stuck, is ACI_ATT_EXCHANGE_MTU_RESP_VSEVT_CODE. I tried to call hci_reset fun...