Hello,
My problem is :
i can not ping my s32k board from my pc. MCU is running sdk v3.0 lwip to test Ethernet.
I have S32K148-Q176 and TJA1101 and Automotive eth/media converter fb602.
S32K settings :
jumpers: J18:1-2, J7:2-3, J8:1-2 ( VDD is 5V and i didn't change any code )
TJA1101: Slave, 12volts is selected
lwip : 192.168.0.200/255.255.255.0
Media converter settings:
I set a static ip for the media converter 192.168.0.101/255.255.255.0 so that they have same sub-net.
it is set as Master.
i also tried to add Board's MAC into arp cache using command : arp-s 192.168.0.200 22-33-44-55-66-77
i attached two photos, for my prototype and cmd line ping.
i would be grateful if any other hints to try ?
(P.s i tried at the beginning to run the phy_tja1101 sdk project, it showed green LED, and it doesn't run tcpip stack, but was a guide to verify my connection )