Hi Pourya, Thank you for your helpful response regarding the EI_APP_TASK_getMacAddr function! Just to clarify, am I 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 ;? I appreciate your guidance! BR, Matej.
↧