Hi, I'm using RL-NET 6.4, I wanted to change MAC address of my boards dynamically, there is this evidence in documentations.
The MAC address is written to the Ethernet controller registers when the controller initializes (when calling the function net_initialize). For this reason, ETH_CFG.MacAdr must be set before the system initializes.
But it seems that there is no ETH_CFG.MacAdr variable, So the question is am I missing something? How should I change the MAC address dynamically?
Regards