User Activity

Sorry ST guys but the UART HAL and LL_HAL ist a total fail!I developing over 15 years all kind of serial communication with linux and different microcontrollers. Now I regret my desistion to use the STM32WB MCU. I'm trying over two weeks the get a st...
Hi there, I use the Nucleo-WB55 Board and I want to set some GPIO PINs in a high speed.I use Low Level code to get fastest response.GPIO_Init: GPIO_InitStruct.Pin = PID_D0_Pin|PID_D1_Pin; GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT; GPIO_InitStruct.Sp...