cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7A3 how to get version to identifies the revision of the silicon chip

Kaushal.Panchal
Associate II

Hi all,

I'm using STM32H7A3 MCU and I want chip current version of chip to identifies the revision of the silicon chip.

So how may I identifies for STM32, If anybody knows the way to get this, then please help me.

Thank You so much all,

Kaushal Panchal.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

The REV_ID field within DBGMCU->IDC provides the hardware version of the chip.

0693W00000LzLjIQAV.png

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

The REV_ID field within DBGMCU->IDC provides the hardware version of the chip.

0693W00000LzLjIQAV.png

If you feel a post has answered your question, please click "Accept as Solution".

Thank You so much TDK.