STM32C071FBP6 Pin muxing issue
I am using STM32C071FBP6N MCU TSSOP 20 pin package for one of our project.
I am observing Pin_20 is muxed with lot of other pins like PB3/PB4/PB5/PB6. if i select PB3 as GPIO_Output using STM32CubeMx and generated a code. If i try to toggle the pin but its not working at all, none of the peripheral on that pin for PB3 is working. But if i select PB6 as GPIO_Output i can able to toggle or modify.
This issue is not only with Pin_20, same with Pin_1 also which shares with PB7/PB8, only PB7 is working.
I have tried with multiple chips what could be wrong in this scenario??
