I am trying to run nRF7002DK, and when I connect to a WiFi network using the sta sample or the shell sample, I get a bunch of errors.
net_pkt: Data buffer (xxx) allocation failed
Someone asked the same question on DevZone, so I tried doubling the CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE as described there, but the error keeps occurring.
https://devzone.nordicsemi.com/f/nordic-q-a/97812/net_pkt-data-buffer-42-allocation-failed
How do I fix this?
Also, I don't know if this is related, but TCP socket communication doesn't work at all. where can I find samples of TCP and UDP communication?