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...