Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Super Contributor
assaf_malki
Posts: 224
Registered: ‎11-06-2011
0

Problem with xapp1041

Hey.

 

I'm using virtex 5, ML507 board.

 

I'm trying to test the Ethernet connection using xapp1041.

 

for some reason it get stuck in this loop

 

/* Poll until the reset is done */
    while (Reg & (XTE_RCW1_RST_MASK | XTE_TC_RST_MASK)) {
        Reg = XLlTemac_ReadIndirectReg(InstancePtr->Config.BaseAddress,
                XTE_RCW1_OFFSET);
        Reg |= XLlTemac_ReadIndirectReg(InstancePtr->Config.BaseAddress,
                XTE_TC_OFFSET);
    }

 

There is a problem with the reset...

 

Any idea how can I solve it?

 

Thanks a lot.

 

Assaf.

Super Contributor
assaf_malki
Posts: 224
Registered: ‎11-06-2011
0

Re: Problem with xapp1041

Well, I found the reason...

 

http://imageshack.us/photo/my-images/822/80519681.png/

 

This is the Indirectly Addressable TEMAC Registers.

 

Any idea guys about how to solve it?

 

Thanks a lot.

 

Assaf.