B-U585I-IOT02A - Unable to add EMW3080 Wi-Fi driver in STM32CubeIDE
Hi,
I'm trying to configure a project in STM32CubeIDE with EMW3080 Wi-Fi driver following an example form STM32CubeU5 and Introduction to NETXDUO article. I add NetXDuo files for Wi-Fi driver and configure mx_wifi_conf.h file but I get the following console errors:
make: *** [Middlewares/ST/netxduo/common/drivers/wifi/mxchip/subdir.mk:25: Middlewares/ST/netxduo/common/drivers/wifi/mxchip/nx_driver_framework.o] Error 1
make: *** Waiting for unfinished jobs....And errors like this on nx_driver_framework.c file:
'NX_DRIVER_ERROR' undeclared (first use in this function); did you mean 'NX_CALLER_ERROR'?but NX_DRIVER_ERROR is defined in nx_driver_framework.h file in the same path of nx_driver_framework.c file.
Thanks
