assert failed: heap_caps_free heap_caps.c:339 (heap != NULL && "free() target pointer is outside heap areas") Screenshot from 2022-07-20 11-57-54.png (254.24 KiB) Viewed 5310 timesESP_Gargamel Posts: 787 Joined: Wed Nov 14, 2018 8:45 am Re...
我有同样的问题,我已经解决了它安装一个旧版本的Espressif驱动程序。1.0.6成功了
if i remove "printf("\n free 32bit heap is %d",xPortGetFreeHeapSizeCaps(MALLOC_CAP_32BIT));" i can compile and enter SmbDaemon() However, If i directly call printf("\n free 32bit heap is %d",xPortGetFreeHeapSizeCaps(MALLOC_CAP_32BIT))in main.c, code can be compiled and work...