Screen goes blank with ADC Pin configuration and clock change
Board Information
I am using STM32H7B3I-DK and have generated a project using the TouchGFXDesigner. I have then modified the pin configuration through STM32CubeIDE.
Problem Description
I want to read the value of a resistance (and thus the voltage) through the ADC and display it on the screen. I have looked at the board schematics and seen that I need to configure Pin PA4 to read ADC (ADC1_INP18). However, the clock needs to be reconfigured for some reason. So I run the automatic clock issue solver and flash the code to my board, where I just get a blank (white) screen.
This is really confusing to me because the tutorials I have watched on the topic never have to configure the clock and thus don't run into this issue.
Thanks in advance!
