Skip to main content
Associate III
May 16, 2022
Solved

Register ADC12_CCR not displayed on STM32CubeIDE SFRs tab when debugging a STM32U575ZITXQ.

  • May 16, 2022
  • 2 replies
  • 1941 views

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.

0693W00000Nq1sPQAR.pngHowever, a similar register can be found for ADC4

0693W00000Nq1ukQAB.png 

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.

This topic has been closed for replies.
Best answer by Diane POMABIA

Hi bastien ,

Thank you for your feedback. It is indeed a bug, I have sent this bug to the team concerned who will correct it for the next release.

I hope to have answered your questions.

Have a a good day 

DianeP

2 replies

ST Employee
May 16, 2022

Hi Bastien ,

According to the RM of STM32U5 (chapter 2: Memory and bus architecture),your ADC addresses are correct.

What are you trying to observe?

Associate III
May 16, 2022

Hi DIANEP,

I think my edit will answer your question.

Thus, this post is a bug report: the register ADC12_CCR is not displayed in the SFRs tab of STM32U5. (except if this is a normal behaviour).

Diane POMABIABest answer
ST Employee
May 17, 2022

Hi bastien ,

Thank you for your feedback. It is indeed a bug, I have sent this bug to the team concerned who will correct it for the next release.

I hope to have answered your questions.

Have a a good day 

DianeP

ST Employee
May 17, 2022

Internal ticket number:128423 (This is an internal tracking number and is not accessible or usable by customers).