Thanks SIr, Problem solved very kind of you.
Sir, one last question after assigning my IP address to the default interface I am doing this fnet_netif_desc descr; descr=fnet_net_if_get_default(); fnet_uint8_t phy; fnet_netif_get_hw_addr (descr,&phy,6) ; logm(SL4C_FINE, "Physical address %d.\n",phy);// prints 0 fnet_uint8_t phy2=2; fnet_netif_set_hw_addr (descr,&phy2,6);//Gets hanged here Please, give ema hint what I am doing wrong here
Ok thanks sir, I have also found this udeful function fnet_netif_set_hw_addr() I am currently trying this. Is it okay?
Thanks sir, In fnet_cpu_config.h I am seeing this ifdef FNET_CFG_CPU_ETH0_MAC_ADDR #error "FNET_CFG_CPU_ETH0_MAC_ADDR parameter is obsolete. It is user application parameter now." endif How should I set this? Also hw can i print the mac address currently in use
Hello, I have connected two FRDM k64 nodes toa router with FNET and FREERTOS deployed. I have assigned them different IP-addresses and I amtrying to ping them. The problem is that when I ping both nodes at a time. Only one nodes get ping and seconds responds with Request Timeout. When the second responds the first one responds with Reqeust Timeout. Is there any parameter which is causing this. I would be greatful If you would help me . Thanks.
Ok. Thanks :)
Can you please provide me the link to this directory. Also, a link that could help me in porting would be greatly appreciated.
Hello, Till now I was using FNET with FRDM k64. It working great . But because of the project requirements we are shifting on FS32K148UJT0VLQT. Instaed of using Kinetis design studio I will be using S32 design studio. Can you tell me that whether there is a way to port FNET with the above mentioned board. Any help would be greatly appreciated.