Hello Tim, If your MAC values always sit at the same address in the QSPI NVRAM (you can force this by creating individual linker section for each or using @ address operator in the IAR environment) you can replace function calls with literal pointers, i.e. #define SF_EL_NX_CFG_ENET0_MAC_H *((uint32_t *) 0x60000000UL) where 0x60000000 is the address of the most significant word of the address. Regards
↧