Hi,
when I porting wifi example from RT1050 wifi_cli to my project encounter memory allocation error message.
Could you tell me whether loss some setting or not?
Solved! Go to Solution.
Hi @yen_chen
This issue seems to involve with memory issue. can not allocate enough memory for pmadapter private structure.
I would suggest you check the heap size. in FreeRTOSConfig.h
Please try to increase the heap size
Regards
Daniel
Hi @yen_chen
This issue seems to involve with memory issue. can not allocate enough memory for pmadapter private structure.
I would suggest you check the heap size. in FreeRTOSConfig.h
Please try to increase the heap size
Regards
Daniel