Resolved! Bug in LL library for stm32f1xx
Posted on September 27, 2017 at 19:03I want to turn on the led attached to PC.9. I do this: LL_GPIO_InitTypeDef initStruct; LL_GPIO_StructInit( &initStruct ); initStruct.Mode = LL_GPIO_MODE_OUTPUT_10MHz; initStruct.OutputType = LL_GP...