2.4.1-SDK FreeRTOS properly tested ? issue while deleting thread

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi

I'm using SN8000x module and wiced SDK 2.4.1.

Basically what the issue is "when I delete a thread after creating it , the development board get restarted continuously".


Scenario:

I modified Apps/snip/tcp_server slightly such that program such that when it receives a tcp packet with data  "start" it creates a new thread which prints '-' until the thread is deleted by "stop" message via wifi.

thread1 - > for receiving commands (start/stop ,ie; create or delete thread2 )

thread2 -> prints -

While using FreeRTOS after deleting the thread the board doesn't respond and gets restarted each time but if I use Netx_Duo for the application is working as expected,(changed the build string name)

Is there any bug in FreeRTOS while deleting a created thread?

Note: i have attached the code i used here.

Please reply fast as we are running out of schedule..

0 Likes
2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

If possible please move to newer version of Wiced SDK and the newest version is now SDK 3.1.2.

Seyhan

0 Likes
Anonymous
Not applicable

seyhan

Yes , we will try that and post the result

0 Likes