请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28377S 工具/软件:Code Composer Studio
我正在处理 GLCD 代码、很长时间后、我们在代码中发现了一个错误、就像这样
unsigned char * dis ="hello"
这会导致我们的代码出现问题、并导致内存泄漏。
我想知道 CCS 中有任何工具可以用来找到这种类型的错误。
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.
工具/软件:Code Composer Studio
我正在处理 GLCD 代码、很长时间后、我们在代码中发现了一个错误、就像这样
unsigned char * dis ="hello"
这会导致我们的代码出现问题、并导致内存泄漏。
我想知道 CCS 中有任何工具可以用来找到这种类型的错误。