WIFI config
Posted: Thu Sep 06, 2018 8:22 pm
Hi,
I have external ram of 4MB.
I need to configure WIFI TX and Rx buffer with count.
I will have total 10 sockets max.
5 TCP sockets and 3 UDP sockets.
I want to use Internal RAM static RAM for WIFI. I want to keep free minimum of 50 to 60k internal while my program is running.
How much TX and RX buffer size and count I need.
How can I configure to specify one CPU core for WIFI to use only.
Do I need to enable freeRTOS dual core mode.
Do I need to specify core=1 CPU1 for all my freeRTOS tasks to use in my code.
Kindly guide me.
I have external ram of 4MB.
I need to configure WIFI TX and Rx buffer with count.
I will have total 10 sockets max.
5 TCP sockets and 3 UDP sockets.
I want to use Internal RAM static RAM for WIFI. I want to keep free minimum of 50 to 60k internal while my program is running.
How much TX and RX buffer size and count I need.
How can I configure to specify one CPU core for WIFI to use only.
Do I need to enable freeRTOS dual core mode.
Do I need to specify core=1 CPU1 for all my freeRTOS tasks to use in my code.
Kindly guide me.