User Activity

I do LL_GPIO_SetOutputPin() before LL_GPIO_Init() so the ODR-Register is preloaded and the pin goes directly from Hi-Z to Highlevel. However, in LL_GPIO_Init() there is a call to LL_GPIO_SetPinPull() wich sets the ODR to an unwanted value. This call ...