Question
STMU5 best UID to MAC hashing/compression methods
I’d like to create a mac address using the STM32U5’s 96-bit UID.
since first byte I’ll use as constant, i need 40 bits to create a unique mac for my devices.
i wonder what’s the best way to create a mac with the least change of collision.
if i use 32 bit wafer coordinates, and 8 bit wafer number for example, how likely am i to get a collision, opposed to other methods?
thank you
