Hello everybody,
UM11442 Rev.24
paragraph 3.1.5.15 Zero Copy
Example
evkmimxrt1170_wifi_cli_cm7
NOT compiling, Using the suggested pre-processor macro flags, firts error:
<< NETIF_RX_BUFFERS undefined in wifi_netif.c >>
So I've added next definition
#define NETIF_RX_BUFFERS 8
but now I have
<< error: invalid use of undefined type 'struct nxp_wifi_device'>>
actually the used structure is NOT defined in the example
Zero copy feature is incomplete in the example, so description in UM11442 is NOT applicable ?
How can I test Zero copy ?
Thanks and Best Regards
piero
At the moment We have only MIMXRT1170-EVK,
SDK 26.06 is installed but the example for EVK
"evkmimxrt1170_wifi_cli_cm7" is different than "evkbmimxrt1170_wifi_cli_cm7"
In doc. UM11442 there is a reference to doc UM11441 and in doc. UM11441 Table 1 pag.5 the combination
i.MX RT1170 EVK
AW611 u-blox JODY W5
is declared supported
So are you meaning that "evkmimxrt1170_wifi_cli_cm7" actually is NOT working with Wi-Fi Zero-Copy ?
Hi,
Are you using the RT1170-EVK or the RT1170-EVKB?
I tested this on SDK 26.06 and was able to build the application successfully with the macros mentioned in the guide using the evkbmimxrt1170_wifi_cli_cm7 example.
What SDK version are you using?
Regards,
Daniel.