Other Parts Discussed in Thread: MSP430WARE
Tool/software:
Hi,
We'd like to implement a feature on MSP430FR6043IPN where we are able to read unique device ID from the mcu. We would prefer not having to assign an ID ourselves.
Intead, I'm looking at the Device Descriptor Table:
If we were to read the content of the registers for Low/Wafer ID, Die X Position and Die Y Position and concatenate them together, would this produce an unique string?
We are looking for a way to guarantee that no two units of the same MCU have the same ID.
Thank you for your ideas!