Location of MAC address storage in stm32h7 memory
When configuring a network interface, there is usually a hard coded MAC address somewhere in a config file, which is used to setup the interface.
In production this address needs to be unique (purchased). For example in some stm32f4 mcus, there is a small OTP memory which can be used to program/store this unique MAC address and distinguish between them.
In stm32h743 there is no such OTP memory. Is there a recommended location in the internal memory to store this individual address? The regular flash interface/flash memory seems inappropriate, since the whole target sector (128kb) needs to be erased before writing to the sector.
