Register ADC12_CCR not displayed on STM32CubeIDE SFRs tab when debugging a STM32U575ZITXQ.
I use STM32CubeIDE v1.9.0.
From the RM of STM32U575 (RM0456 Rev 3), 29.7.1 ADC system control register (ADC12_CCR), page 1078:
There is a register called ADC12_CCR with address {base + 0x300} = 0x42028300 on this chip. However, this address / register name cannot be found on the SFRs tab when debugging the target.
However, a similar register can be found for ADC4
In addition, the macro __LL_ADC_COMMON_INSTANCE(ADC1) redirect to 0x42028308, which does not exists according the SFRs tab, but changing it does not seem to have any effect.
Does the register exist and the tool (SFRs tab) is not showing it? Is there something wrong with the RM? Or did I miss something?
Edit: Changing the register at address 0x42028308 does have an effect.
