cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 chip revision

Paolo Chiantore
Associate II
Posted on March 24, 2017 at 16:35

I have a NUCELO board with STM32F767ZI.

I have read that there are

http://www.st.com/content/ccc/resource/technical/document/errata_sheet/group0/23/a6/11/0b/30/24/46/a5/DM00257543/files/DM00257543.pdf/jcr:content/translations/en.DM00257543.pdf

on ethernet RMII, fixed in chip revision Z (see

https://community.st.com/0D50X00009XkaTYSAZ

thread).

How can I tell which chip revision my NUCLEO board is mounting?

Thanks

null
1 ACCEPTED SOLUTION

Accepted Solutions
Khouloud GARSI
Lead II
Posted on March 28, 2017 at 19:06

Hi

Chiantore.Paolo

‌,

  1. The revision code is marked on the device : Please refer to

    http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/c5/37/9c/1d/a6/09/4e/1a/DM00273119/files/DM00273pdf/jcr:content/translations/en.DM00273pdf

    page 232 (LQFP144 device marking).
  2. You can read 'DBGMCU_IDCODE' register (Address: 0xE004 2000)

Bits 31:16 REV_ID[15:0] Revision identifier

This field indicates the revision of the device:

0x1000 = Revision A

0x1001 = Revision Z

Khouloud

View solution in original post

2 REPLIES 2
Jan Waclawek
Senior II
Posted on March 24, 2017 at 17:16

How can I tell which chip revision my NUCLEO board is mounting?

See the errata.

JW

Khouloud GARSI
Lead II
Posted on March 28, 2017 at 19:06

Hi

Chiantore.Paolo

‌,

  1. The revision code is marked on the device : Please refer to

    http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/c5/37/9c/1d/a6/09/4e/1a/DM00273119/files/DM00273pdf/jcr:content/translations/en.DM00273pdf

    page 232 (LQFP144 device marking).
  2. You can read 'DBGMCU_IDCODE' register (Address: 0xE004 2000)

Bits 31:16 REV_ID[15:0] Revision identifier

This field indicates the revision of the device:

0x1000 = Revision A

0x1001 = Revision Z

Khouloud