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.
您好!
在 MCU_PLUS_SDK_243x TCP 服务器示例中、我已将 FreeRTOS 从使用 heap_3.c 至 heap_4.c (除此之外、我将使用原始 clang 编译器和设置。)
示例崩溃。
我在中看到 app_main.c
静态空 App_setupNetworkStack()
{
SYS_SEM_t pInitSem;
const err_t err = sys_sm_new (&pInitSem、0);
pInitSem 获取地址0x00000048
那么 pvPortMalloc() 返回0x00000000
则此示例卡在 Debug_Log 中、
我可以采取什么步骤来找出哪里出了问题?
谢谢。
Eli