cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H750 rev V or Y

Davood_Kesha
Associate II

Hello ST experts,

I have bought a STM32H750IBT microcontroller. Could you please let me know how I can find whether it is V revision or Y revision device?

2 REPLIES 2

stm32h750ibt6_v.jpg

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf#page=3208

DBGMCU identity code register (DBGMCU_IDC)

Bits 31:16 REV_ID[15:0]: Revision
0x1001 = Revision Z
0x1003 = Revision Y
0x2001 = Revision X
0x2003 = Revision V

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..