2021-08-12 10:20 PM
2021-08-13 06:10 PM
> How to use PA12 as GPIO?
Set the pin to GPIO with the MODER register using HAL_GPIO_Init or similar. Same as any other pin.
The errata note is not relevant here if you don't need RTS functionality.
2021-08-14 04:19 AM
But I can't change its state!