Hi,
I'm newbie to Davinci platform and I'm developing custom codec.
Is there a way to download code on dm648 without jtag?.
No, not without quite a bit of work to develop a software framework that runs ont he DM648 and interacts with your workstation to send the code to the target and run it. I'm not aware of this existing.
Are you developing a software codec? Does it require actually running on real hardware, or would a simulator for the C64x+ DSP (inside the DM648) be sufficient? If so, this could be obtained via Code Composer Studio directly. This would not require JTAG as you would be working in a purly software/simulation environment.
Brandon
Thank you for answering. I know about the simulator but i need to put the code to run on the DSP. So i was asking only if there is some workaround because the board did not come with JTAG and the JTAG is very expensive.