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.

malloc() function halted when called by the PRD task

Other Parts Discussed in Thread: SYSBIOS

Hi,

I created a PRD task which will the function1() every 5s. I found the system will be halted at malloc(n).

I tried another test method. Call the same function1() in my main() function directly, there is no mailloc() problem. 

What is the problem will be? 

My platform: 6713DSK, ccsv4. 

Thx,