User Activity

Posted on June 20, 2018 at 23:24I am trying to initialize GPIO ports on STM32F103C8 using the LL library. When I set up pin PC13 by a sequence of individual calls (LL_GPIO_SetPinMode, LL_GPIO_SetPinOutputType), it is initialized correctly. However, ...