Skip to main content
SPark.28
Associate II
January 19, 2022
Solved

STM32H7B3I-DK ADC Control register(ADC_CR) BOOST bits

  • January 19, 2022
  • 3 replies
  • 2183 views

I'm checking the ADC operation with STM32H7B3I-DK board.

To set adc clock frequency up to 50MHz​, i tried to change BOOST bits of ADC_CR register.

However, unlike the rm0455 document that states that bits 8 and 9 (BOOST bits region) can be set, when checking in debugging mode in the IDE tool, only bit 8 seemed to be changeable.

I want to know the difference between the contents of the datasheet and the status shown in the register status window in debugging mode.

This topic has been closed for replies.
Best answer by Imen.D

Hello @SPark.28​ ,

There is a difference and change between the "STM32H7 silicon Rev Y" and Rev above in the ADC Boost setting.

This is not a bug, it is an intentional change, and it is supported in the HAL/LL (by reading the device ID before applying the right register setting).

Main difference between revision V and revision Y is highlighted in this dedicated AN5312

0693W00000JMf7SQAT.jpg 

Hope that I've answered your question. If this the case, please close this post by choosing "Select as Best". This will help other users find that answer faster.

Imen

3 replies

Technical Moderator
January 19, 2022

Hello @SPark.28​ ,

I am checking this issue and I will come back to you soon with update.

Thanks

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
SPark.28
SPark.28Author
Associate II
January 20, 2022

Thank you so much..​

Imen.DBest answer
Technical Moderator
January 20, 2022

Hello @SPark.28​ ,

There is a difference and change between the "STM32H7 silicon Rev Y" and Rev above in the ADC Boost setting.

This is not a bug, it is an intentional change, and it is supported in the HAL/LL (by reading the device ID before applying the right register setting).

Main difference between revision V and revision Y is highlighted in this dedicated AN5312

0693W00000JMf7SQAT.jpg 

Hope that I've answered your question. If this the case, please close this post by choosing "Select as Best". This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
SPark.28
SPark.28Author
Associate II
January 24, 2022

At 14 bit resolution, the fact that the maximum sampling rate achieves 5 MHz doesn't change, right?

SPark.28
SPark.28Author
Associate II
January 24, 2022

All related issues have been resolved.

Thank you.