Other Parts Discussed in Thread: CC3200
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3200 工具/软件:TI C/C++编译器
您好!
如何知道 LaunchPad CC3200中是否发生内存泄漏?
谢谢
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.
您好!
我不知道哪些工具可以让您轻松跟踪非 RTOS 代码中的内存泄漏。 您可以使用常用方法通过某种模式跟踪内存问题、例如填充内存(堆、堆栈等)、并通过调试器在内存中的更改进行跟踪。
本主题与 CC3200器件本身无关。 在互联网上、您可以找到许多建议、说明如何在没有 RTOS 的情况下跟踪 MCU 中的内存泄漏。 但最简单的方法可能是不使用动态内存分配、您将消除内存泄漏的最常见原因。
1月