ccs10无硬件如何查找变量地址?
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.
你好,
如果是具体地址的话因为变量的地址分配都是程序运行后自动在ram中分配的,所以没办法查看。
如果是大概地址的话,一般cmd文件中会定义一个区域,比如.bss存储全局和静态变量,.stack存储局部变量。