User Activity

Hi,Recently, while reviewing the code for USART handling, I came across the function UART_CheckIdleState. It is called at the end of the peripheral initialization. The name suggests that it checks the IDLE state, but the implementation does something...
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...