Porting Wi-Fi driver for KSDK MQX to run on MK22F51212

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Porting Wi-Fi driver for KSDK MQX to run on MK22F51212

654 Views
stmevaleval
Contributor I

Hi Team,
I am porting a Wi-Fi driver for KSDK MQX to run on MK22F51212 MCU, Here This Wi-Fi driver is for an Wi-Fi chip which is external to platfrom. Same driver I allready I have ported for Legacy MQX but when i am porting this driver for KSDK mqx i am getting lot of build issues regarding 'enet' structures and files. In KSDK mqx all enet files are guarded with FSL_FEATURE_SOC_ENET_COUNT macro, Its checking for ENET avilability on SOC. Since MK22F51212 dont have ENET support on SOC so most of KSDK enet files like "fsl_enet_driver.h" "fsl_enet_hal.h" "fsl_enet_driver.c" file remain unaccessed.  When driver is calling 'enet' related functions then getting build issues. Even If i am commenting FSL_FEATURE_SOC_ENET_COUNT Macro from some of enet header file and source file I am getting lot of build issues.


Please help me to know how to port a Wi-Fi driver where Wi-Fi chip is external to a MK22F51212 platform.

Labels (1)
0 Kudos
1 Reply

286 Views
soledad
NXP Employee
NXP Employee

Hello,

Please check the comments in the next link

MQX Wi-Fi SoftAP Demo

Have a nice day!!

Sol

0 Kudos