Aurix2G Ethernet: Example Driver for TJA1101B Ethernet PHYs communication?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ub786
Level 3
Level 3
10 replies posted First solution authored 10 sign-ins

Hi,

Is there an example code available for initialising the Ethernet Phy TJA1101B communication?

I found an Aurix example for RTL8211f:

AURIX_code_examples/IfxGeth_Phy_Rtl8211f.c at master · Infineon/AURIX_code_examples · GitHub

But i couldn't able to find one with TJA1101B. 

BR

0 Likes
1 Solution
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi ub786,
RTL8211F/RFL8211FD PHY is via RGMII for data transfer, while TJA1101B is via MII- and RMII-compliant interfaces.
Besides, the fisrt one supports 1000Base-T and has 4 pairs transeiver in MDI mode. The last one has TRX_P/TRX_M for transeiver and supports 100BASE-T1. You could modify the related drivers for migration, below is FYI.

https://en.wikipedia.org/wiki/Media-independent_interface

 

Regards,

dw

View solution in original post

0 Likes
1 Reply
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi ub786,
RTL8211F/RFL8211FD PHY is via RGMII for data transfer, while TJA1101B is via MII- and RMII-compliant interfaces.
Besides, the fisrt one supports 1000Base-T and has 4 pairs transeiver in MDI mode. The last one has TRX_P/TRX_M for transeiver and supports 100BASE-T1. You could modify the related drivers for migration, below is FYI.

https://en.wikipedia.org/wiki/Media-independent_interface

 

Regards,

dw

0 Likes