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.

VStartSimpleLinkSpawnTask()函數執行失敗



我將FreeRTOS加入到udp_socket工程中,在執行VStartSimpleLinkSpawnTask(SPAWN_TASK_PRIORITY)函數時出現問題,具體函數調用過程是這樣的:VStartSimpleLinkSpawnTask(SPAWN_TASK_PRIORITY) -> xTaskCreate() -> xTaskGenericCreate() -> prvAllocateTCBAndStack() -> pvPortMallocAligned -> pvPortMalloc() -> malloc(),調用玩malloc之後返回的值是0x00000000,如圖,請TI員工幫忙解答一下,非常感謝!!!