Hello to all!
I have several devices that use LPC11U67 MCU's. I need to sort them in a unique way. I'm thinking of using unique controller IDs, but these UIDs is too long for me. At the moment I take each UID and count the amount of bits and it’s a pretty awkward solution. I would like to ask if it is possible to find out what information is encoded in a specific device UID? In that way I would be able to pick up only the bits I need, and assign them as a unique ID for each device I use. Is this information available to consumers?