I using CCS5.2 to develop OMAPL138, I have a problem:
When I compile a project using Debug it can work very well. But when I compile it using Release it can not work.
why?
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.
Can you reduce the optimization level and try to run the project . the release mode code makes certain assumptions while optimizing the code . If these assumptions are not correct may lead to incorrect results. Can you describe a little what the code is trying to do?
Regards,
Rahul