- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Problem with xapp1041
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-03-2012 04:34 AM
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.BaseA
XTE_RCW1_OFFSET);
Reg |= XLlTemac_ReadIndirectReg(InstancePtr->Config.BaseA
XTE_TC_OFFSET);
}
There is a problem with the reset...
Any idea how can I solve it?
Thanks a lot.
Assaf.
Re: Problem with xapp1041
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-03-2012 05:30 AM
Well, I found the reason...
http://imageshack.us/photo/my-images/822/80519681.
This is the Indirectly Addressable TEMAC Registers.
Any idea guys about how to solve it?
Thanks a lot.
Assaf.











