Tool/software: Code Composer Studio
Hi
DSP: C6678
CCS: V7
OS: Win 7
I think I have a memory leakage in my program, Is there any tools in CCS or method for finding memory leakage?
Best Regards
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.
Tool/software: Code Composer Studio
Hi
DSP: C6678
CCS: V7
OS: Win 7
I think I have a memory leakage in my program, Is there any tools in CCS or method for finding memory leakage?
Best Regards
HI
am thinking to use IPC or Global flag for multi core programming for communication between the cores.
i saw you are also facing some problem regarding this.
any solution found for this, how can i implement please do the needful.
Thank you and Regards
Dariush,
Are you running TI-RTOS or SYS/BIOS? If so then the ROV tool mentioned in the "TI-RTOS - How to detect Memory Leak" is applicable and available in CCSv7.
Regards,
John
Hi Dariush
dariush karami said:Is there any tools in CCS or method for finding memory leakage?
There is no specific tool in CCS for explicitly finding memory leaks. However you can use the various CCS debug tools Eric mentioned earlier to help find them (though the second link assumes you are using TI-RTOS).
Also. many static code analysis tools can be useful to find potential memory leaks in your application.
Thanks
ki