- MAC address is a kind of unique ID, but for some reason it's not enough for our purpose
- Found that MSP Gang can do serialization for MSP430 chip, but not for SimpleLink MCUs.
- in TI files, it is said there is Device identity: Unique and immutable die ID and Bluetooth address. Is there any API to read this "die ID"? http://www.ti.com/lit/ml/swpb016a/swpb016a.pdf
- The only idea left is: modifying hex file before flashing. Is there something like "best practice" on this?
- e.g. which page to choose?
- how to prevent these fields been modified after production?
- will there be potential impact on OAD image checksum calculation?