2022-06-14 06:30 AM
Dear all,
is there a way to get manufacturing information from these chips? Like production date, batch, ..., something else ?
Looking forward to your ideas!
Cheers
Peter
2022-06-14 06:36 AM
There's a 96-bit unique number, that supposedly includes wafer number, die number/site, batch etc. Not sure I've seen a complete magic decoder ring.
The marking top-side can get you a year/week at the packaging site, you can determine that site, and also the diffusion site of the die.
2022-06-14 06:39 AM
Every STM32 controller has a unique id which is 96bit long it includes wafer number and batch number, just have a look into the datasheet. You can us LL_GetUID_Wordx functions to read it, if you use STM's driver.
2022-06-14 07:08 AM
Many thanks for your fast responses! RM0091 (STM32F0x1) describes the structure of a 96-bit unique ID which consists of the lot number, wafer number, and wafer coordinates. RM0377 (STM32L0x1) describes a different structure. RM0008 (STM32F103xx) has a 96-bit unique ID too, however, nothing is mentioned these kind of details. So I'm wondering, does anyone have experience with the F1 in particular?
Cheers
Peter
2022-06-14 07:26 AM
Unfortunately, I do not have physical access to the devices that I am working with; no chance to check the packaging. Some IDs that I am reading look like this:
0x32ffd7053348323639780343
0x32ffd9053348323605610243
0x32ffda053348323618890343
0x32ffd8053348323626890343
0x32ffdd053348323633760343
-> many similarities which somehow suggests a common production line, but I couldn't find a reasonable decoding scheme yet. Seems familiar to anyone?
2022-06-14 09:24 AM
You'd likely want to talk to an FAE
There's also info in the ROM/OTP about the loader version number, and flash size tested.
I guess if you're digging at this you probably have some behaviour you're trying to attribute to the STM32 in the circuit. I'd probably focus on the power and discretes..
2022-06-16 03:07 AM
As @Community member said, you'll likely need to go direct to ST or your FAE for specific details of unpublished info like this.