Hi All,
I have been using evm 6678 for network programming. I just modified the hua demo in order to initialize the ethernet and then developed my socket application. However, I would like to change the MAC address of the PHY in order to get MAC address from a different source rather than the one hardcoded in EVM. I think EVM has a MAC address burned in factory which can be got by CSL_BootCfgGetMacIdentifier function inside the EMACInit_Core function. What I want to do is just assign a different MAC address. I searched for a possible solution like;
* Writing the new MAC address to MACADDRLO and MACADDRHI registers. (If I am right what should I do after writing the MAC value? Just writing it is enough or not?)
* By using NIMUIoctl function in stkmain.h.
Would you please suggest a method in order to assign a different MAC? If the ones above possible, would you please elaborate the procedure?
Regards
EVM 6678
NDK 2.20.04.26