CYW920819 full stack

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

cross mob
Rosta
Level 1
Level 1
First question asked Welcome!

After i called function wiced_rtos_init_thread() several times successfully, each next call of this function fails.
It Returns with error code 0x10.

I call the function from exactly the same part of code, where i called it before.
Should this be caused by exceeding maximum size of stack?

And if so, where can I increase stack size?

0 Likes
1 Reply
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @Rosta ,

Return value of 0x10 means WICED_NO_MEMORY. Can you please check the memory usage using wiced_bt_get_buffer_usage() and check if you have already exhausted the allocated memory?

Regards,
Bragadeesh
0 Likes