Solved
change default value of pins (gpio) in cubeMX
Hello,
I searched in cubemx where to change the default value of gpio pins, but couldn't find it.
Does anyone knows ?
In generated code, all output gpio are set to 0, for example :
HAL_GPIO_WritePin(GPIOK, SW_LED1_Pin, GPIO_PIN_RESET);Thanks,
ranran

