• CMSIS change MAC on runtime
    Hi All, I'm using the CMSIS network component on STM32F407. To set a right MAC I'm reading it from external I2C EEprom and then I need to change the MAC of the system... Can't find any function to...
  • MAC Station Address conventions
    An ARM7 MAC station address question: My NXP LPC2468 manual states that the station address 0 register MAC_SA0 expects the MAC address 1st octet to be loaded to bits 15:8, the 2nd octet to be loaded...
  • Set MAC address startup
    Hi, I'm trying to change the MAC address like this: volatile netStatus aaa; osThreadSetPriority (osThreadGetId(), osPriorityHigh); netInitialize (); aaa = netIF_SetOption (NET_IF_CLASS_ETH |...
  • Setting MAC address
    I am currently porting a project from Stellaris LM3S6611 to a NXP LPC1766. On the Stellaris chip the MAC address is normally set in the user registers that are OTP or One Time Programmable. For production...
  • TCPNet: Runtime IP configuration
    In the TCPNet documentation it says: The MAC address is written to the ethernet controller registers when the controller is initialized - the function init_TcpNet() is called. For this reason the...