Other Parts Discussed in Thread: TMS570LC4357, HALCOGEN
Hello,
I am a new to the EMAC module and I have few questions.
Currently, working with LAUNCHXL2 TMS570LC4357 Launchpad and made all the changes described in the following link http://processors.wiki.ti.com/index.php/LAUNCHXL2_570LC43:_lwIP_Demo. in my halcogen file.
with the lwip example, I can see the RJ-45 port leds are blinking (Orange and Green) and I can see in the command window regarding the phy everything is " SUCCESS". But if I want to send data packets using
this example how can I do it?
I created a new halcogen file with the same settings described and tried the EMAC Loopback test to transmit the data packet. In this case, I cannot even see the RJ-45 ports led blinking. But the return value of the
functions are TRUE for both EMACHWInit(emacAddress) and EMACTransmit(&hdkif_data[0], &pack[0]). To test it, I cut the ethernet cable and connected Pin 1 TX+ to Pin 3 RX+ and connected Pin 2 TX- to Pin 6 RX-.
How can I test whether it is working? where I can see the transmit data and receive data i.e. in which registers?
Please point to me in the right direction?
Thanks and Regards
Teja