Altera_Forum
Honored Contributor
16 years agoquestions about tse with phy(rtl8201cp)
hi,everyone.
I have been in trouble with tse mac communication with phy(rtl8201cp). in the sopc hardware design, add the tse(v7.2) ipcore, and select the 10/100Mb small mac. in the nios IDE software design, use the simple_socket_sever template, and not change anything of the program. download the *.sof file into fpga, and run software as nios hardware, and get info as follow: nios2-terminal: connected to hardware target using JTAG UART on cable nios2-terminal: "USB-Blaster [USB-0]", device 1, instance 0 nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate) =============== Software License Reminder ================ This software project uses an unlicensed version of the NicheStack TCP/IP Network Stack - Nios II Edition. If you want to ship resulting object code in your product, you must purchase a license for this software from Altera. For information go to: ===================================================== InterNiche Portable TCP/IP, v3.0 Copyright 1996-2003 by InterNiche Technologies. All rights reserved. prep_tse_mac Your Ethernet MAC address is 00:07:ed:ff:cd:15 prepared 1 interface, initializing... [tse_mac_init] SGDMA desc memory cleared Created "Inet main" task (Prio: 2) Created "clock tick" task (Prio: 3) Speed is 1000 is 0 Full Duplex is the phy seems no response, there are no data on the rx[3..0] and tx[3..0]. I want to know how to determine that the problem is in mac or phy? thanks for u help!