Hi, all friends
I will start development video analysis on the platform of omap3530 and davince with ccs v4, who can tell me
the detailed process of development ?
thanks regards.
bigvision
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.
Hi, all friends
I will start development video analysis on the platform of omap3530 and davince with ccs v4, who can tell me
the detailed process of development ?
thanks regards.
bigvision
This is kind of a broad question, so it really depends on the particular development you are doing, that is if you are developing for the ARM or for the DSP.
For the ARM side assuming you are running Linux you can actually use CCSv4 to develop, though currently this is limited to the OMAP3 family as discussed here. For Linux debugging on our other ARM devices you would typically use some other method (i.e. GDB, DDD, etc.) as Linux aware debug is not yet available through CCS.
For the DSP side CCSv4 will work well with any of the platforms, as it is really focused on DSP development.
In general there are a number of good articles on CCSv4 on the wiki here, if you have some more specific questions about the development process we would be glad to answer them.
Dear Bernie thompson
Thanks for your reply, Now I am familiar with the procession about dm6446 in ccs3.3, I will develop the program on arm and dsp in the platform omap3530. now I think what is the difference between ccs3.3 and ccs v4 in developing the ARM+DSP application.
How do simplify the development process in ccsv4? in the other words , ccsv4 are more convenient to improve or to finish the development about dual core omap3530 and davanice.
Best regards
liusong
Hi Liusong,
CCSv4 is a major upgrade from CCSv3. It is also a very different environment. There is many information regarding CCSv4 on the mediawiki. Some suggested topics to look at:
CCSv4 Overview: http://tiexpressdsp.com/images/a/ac/Code_Composer_Studio_v4.0_Overview.pdf
CCSv4 Upgrade Pitch (why upgrade from CCSv3? How is it better than CCSv3?): http://tiexpressdsp.com/images/c/ce/CCSv4UpgradePitch.pdf
CCSv4 Multi-core debugging: http://tiexpressdsp.com/index.php/Multi-Core_Debug_with_CCS
CCSv4 also supports Linux Aware Debugging on Cortex A8 (tested on OMAP 3530). This is new to CCSv4 and is not supported in CCSv3: http://tiexpressdsp.com/index.php/Linux_Aware_Debug
Thanks
ki