Hello Ashwani, thank you for your reply, i will try it, and also here: https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1496643/am2434-mac-address-on-am2434-alx-chip-for-ethernet-ip i was asking about MAC address too, with navigation to use function EI_APP_TASK_getMacAddr in demo example for generic adapter EIP. What i need now is just to clarify, if Im correct that the two memory addresses used to read the MAC address from the SoC are: const uint32_t mac_address_upper_16_bits = *IDK_CTRLMMR0_MAC_ID1 ; const uint32_t mac_address_lower_32_bits = *IDK_CTRLMMR0_MAC_ID0 ; Thank you. BR, Matej.
↧