STM32H753VIT6 PC2_C Pin
Hello, i am trying to use SPI2 on STM32H753VIT6 MCU using PD3 as Clock and PC2_C as MISO. Using the Hal libraries, i can generate clock on PD3 pin, and sensor answers me. But i dont get the sensor value on my software. Strange behaviour is, at its normal state i read 0xFF from PC2_C pin, but when i pull PC2_C to ground i can read 0x00. However i cannot read sensor data. When i changed the MISO pin to PB14 it worked. But i need PC2_C for my design. I have seen there have been people that had problems with PC2_C pin due to it being analog pin i assume. But i dont see anything on errata sheet. How can i solve my problem?
Thank you.


