This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C129ENCPDT: Task Scheduling Problem

Part Number: TM4C129ENCPDT


Tool/software: TI-RTOS

Hi,

For SSL/TLS Requirement I added wolfssl In my code. It works perfectly. But than i added 2-3 more Task with same priority (Priority 3) and It causes code crash.

I cant understand the Problem.

Is it Task scheduling problem ?

Here I attached ROV values.

  

Regards,

Nimesh

  • Hi Nimesh,

    It looks like a task object is getting corrupted. I doubt the function name for the fourth from the bottom is called wolfSSL_ERR_error_string. Can you put breakpoints at the beginning of your new tasks. Then step them to see when the task object is getting corrupted.

    Another option is to put a hardware watchpoint at the fxn name field in the Task object. Have the target halt when written to. This will point out who is doing the corruption quickly.

    Todd
  • Hi Todd,

    Thanks For the Help to solve my Issue.


    Nimesh