2022-04-28 04:20 AM
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.
Solved! Go to Solution.
2022-04-28 06:16 AM
The REV_ID field within DBGMCU->IDC provides the hardware version of the chip.
2022-04-28 06:16 AM
The REV_ID field within DBGMCU->IDC provides the hardware version of the chip.
2022-04-29 05:05 AM
Thank You so much TDK.