STM32CubeIDE, during debugging the NUCLEO-U575ZI-Q board ADC12_common register is missing in SFRs window.
Hello friends!
I am quite new in STM32 programming. Today I was fighting with the ADC1 module and during debugging found out that the SFRs window didn't have the ADC12_COMMON registers section! Is it really so, or I simply cannot find it there? I program the NUCLEO-U575ZI-Q board.
Also a tiny suggestion to the "big" 3000+ page user guide. In order to be able to successfully turn on the ADC1 LDO supply, it is necessary first to switch off the VDDA isolation in the PWR->SVMCR register. Yet, this fact isn't mentioned in the ADC1 section of the guide, so I almost broke my head trying to figure out why the ADC1 LDORDY flag didn't set! Hours later I found the solution in the internet. Since the guide is over 3000 pages, one cannot read it from top to bottom every day, so it would be extremely helpful, if the fact, that VDDA isolation must be turned off before the ADC1 supply turns on, was also mentioned in the ADC1 section.
Thank you guyz. Happy to be here.