Other Parts Discussed in Thread: TMS320DM6437, CCSTUDIO
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.
Other Parts Discussed in Thread: TMS320DM6437, CCSTUDIO
John,
Are the source code for the two examples under "C:\dvsdk_1_01_00_15\examples" and "evmdm6437_v2\tests" the same? If yes, It is possible that one example is built in the release mode which means the executable doesnot have any debg information due to which you cannot set break points. Can you build the code in Debug mode and try to set the break points at the initialization stage.
Also can you check if both the examples are using the same GEL file for the device?
Regards,
Rahul
Rahul,
Thank you for response.
first,all of the projects that i test are built in debug mode and the source code of the two project are not the same,they are two different project.
The real problem is there are three platforms,and the version of three platforms are different(one is 702075 REV E and the other two platform's version is 702075-1001 REV I)
when i use those platforms to build and run the example which under "C:\dvsdk_1_01_00_15\examples" , the two platforms which they're version is "702075-1001 REV I" can't not run correctly, and when i set the break point at the source code named "video_preview.c" ,the program won't stop.
However, those problem never happened on the platform which it's version is 702075 REV E.
Thank you for helping me and sorry for my bad English.