STM32H523 MCU unwanted dependency between PB14 and PC9 pins
Hi everyone,
I am working on an STM32H523 MCU and I have recently observed some strange behavior regarding the PB14 and PC9 pins. I have the following setup:
- PB14 is configured as input (I use this for the TIM2_CH2 alternate function, but this does not affect the issue) and is externally pulled up using a 10kOhm resistor.
- The PC9 pin is configured as output.
When the PC9 pin is unset, the PB14 is 3.3V, as expected. But when setting the PC9 pin, the voltage on PB14 drops to only 1.13V. These pins are otherwise not connected, so 2 seemingly unrelated pins seem to have some dependency within the stm32h523 chip.
