Hi, I have 2 S7G2-SK boards . I am using the following API to get the MAC Address of the board, nx_ip_interface_info_get(&ip_0, 0, &name_ptr, &ip_address, &network_mask, &mtu_size, &phsyical_address_msw, &physical_address_lsw); But for both the boards , i am getting same mac address . msw - 11785 lsw - 167802568 ( IP address being assigned for both boards are same ) What is the reason for this? How to get different MAC Address for different boards . Regards,
↧