怎样查看cc2650各任务的任务堆栈的剩余情况,怎样判断是否是堆栈溢出导致程序死机
Viki Shi:
编译工程后,查看生成的map文件
还可调用Task_stat(Task_self(), &statbuf)查看目前内存使用情况,具体请看:http://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/1.50.00.58/exports/docs/tirtos/sysbios/docs/cdoc/ti/sysbios/knl/Task.html#stat