RT1050 wifi module (WIFI_BOARD_AW_NM191MA) porting error message

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RT1050 wifi module (WIFI_BOARD_AW_NM191MA) porting error message

Jump to solution
978 Views
yen_chen
Contributor III

Hi,

when I porting wifi example from RT1050 wifi_cli to my project encounter memory allocation error message.

0118_2.png

Could you tell me whether loss some setting or not?

 

 

0 Kudos
Reply
1 Solution
967 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi @yen_chen 

 

This issue seems to involve with memory issue. can not allocate enough memory for pmadapter private structure.

danielchen_0-1611035206872.png

 

I would suggest you check the heap size.   in FreeRTOSConfig.h

Please try to increase the heap size

danielchen_1-1611035341986.png

 

Regards

Daniel

 

 

View solution in original post

0 Kudos
Reply
1 Reply
968 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi @yen_chen 

 

This issue seems to involve with memory issue. can not allocate enough memory for pmadapter private structure.

danielchen_0-1611035206872.png

 

I would suggest you check the heap size.   in FreeRTOSConfig.h

Please try to increase the heap size

danielchen_1-1611035341986.png

 

Regards

Daniel

 

 

0 Kudos
Reply