• Calling convention
    I have some questions. What is the calling convention? What registers are used to pass parameters? What registers are used to return a result? What registers need to be preserved during a call...
  • 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...
  • 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 |...
  • Runtime Configuration of MAC Address
    Hi, I'm using RL-NET 6.4, I wanted to change MAC address of my boards dynamically, there is this evidence in documentations. The MAC address is written to the Ethernet controller registers when...
  • OVERLAY naming conventions
    BL51 OVERLAY control examples in appnotes and support docs show the use of Keil's segment naming conventions. An example in the linker manual shows the use of names like we mortals use in our code (i...