How to remove/disable the WiFi section to use more RAM memory

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

I'm using stm32f429 for my project. Since the WiFi+RTOS is taking some amount of RAM I can't allocate a buffer of size 40KB.

I have a weird requirement that I need to disable the WiFi section so that I can use that RAM also.

So how can I disable the WiFi in any of the apps ? Is it done by some modifying any Makefiles?

Thanks

0 Likes
1 Reply
Anonymous
Not applicable

Hey hari,

I don't think modifying the make files would help in disabling the WiFi and using the RAM allocated to the WiFi in RTOS.

You may have to build your own minified RTOS.

You may want to try exploring FreeRTOS or try a build with NoOS.

Hope it helps.

Best Regards,

AB

0 Likes