STM32L4A6 GPIO PC8 pin can't be pulled to low
Hi,
i Pin PC8 is configured as GPIO, but unfortuately, after execute following codes
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_8, GPIO_PIN_SET) and
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_8, GPIO_PIN_RESET) , the pin status didn't change,
always keeps in High status. other GPIOs like PD2 wroks with the same way.
Debug MCU configuration register (DBGMCU_CR) is in default setting (0x0).
CUBEIDE Version: 1.13.2
could you please let me know what is wrong?