How to use STM32H7's UID(96bits) to generate 3 bytes for Mac address?
I need generate ethernet Mac address for my devices(STM32H7xx), and want to make those devices' Mac address NOT same. The first 3 byte of Mac address will use ST's, so only leave 3 bytes.
We want to use the chip UID to generate the 3 bytes of the Mac address. What is the best way for us to generate them?
I dont know what is the meaning of 3 parts(HAL_GetUIDw0/1/2) of UID, I found most parts of our chip's UID are same, just a few chars are different, dont know if we can ignore some of UID which are almost not changed.
