Resolved! stm32f1xx_ll_gpio.h, wrong LL_GPIO_PIN_x definition
Hello the pin definition> 7 in the stm32f1xx_ll_gpio.h file seems to be wrong: in fact when I use LL_GPIO_PIN_8 with the function HAL_GPIO_WritePin (GPIO_TypeDef * GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState)the ODR0 bit of the port concerned is...