I am evaluating FRDM-KW41Z board. I am testing all the features of MKW41Z SoC. I am trying to interface Ethernet controller to configure one of Freedom evaluation kit as border router in thread network. I need to test if I am able to interact with our server in thread network. I am using Kinetis Design Studio v3.2. There is no reference code for Ethernet controller.
The Ethernet controller I have is not from NXP. Is it possible to interface to Freedom Evaluation Kit. I found the APIs provided as part of Thread stack requires some predefined structures. There are some header files missing. Can somebody help me in getting those header files.
#include "fsl_enet_driver.h"
#include "fsl_enet_hal.h"
#include "fsl_phy_driver.h"
#include "fsl_clock_manager.h"
#include "fsl_interrupt_manager.h"
I am unable to get the above mentioned header files. If I get these files then it will be easy for me to port the Ethernet controller I am having
Any help is appreciated
Thanks,
Prasant