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.

debugging with ccs v4 using blackhawk usb560 emulator



Hi, I am trying to load simple code on dvevm6446 board and I have CCS 4 as IDE.

I think there are some specific steps to handle. Such as dip switch configuration. I have followed "http://c6000.spectrumdigital.com/davincievm/revf/files/DaVinciEVM_FAQ.html#Software_Updates"

I think target configuration should be done on ccs. I have choose connection as "BlackHawk USB-560 M emulator" since I have it. and choose device as "evmdm6446"

Are there anythings that I am supposed to do?  I simply want to debug default "hello world" code. when I debug, it does not give error, but i think it does not load the executable.

What should be the steps in order to handle this?

 

thank you.

  • Steve,

    I have followed the guide you have suggested. thank you. However, I have not succeded to load the program to target and run.

    there are not many information or tutorial about developing programs that runs on dvevm 6446 clearly. I was able to run the sample codes on linux side.

    but I want to work on windows side with ccs and develop my own code such as implementing image processing algorithms.

    there are documents about creating hello world project on ccs v4 assuch  you mentioned, configuring target for dvevm6446 and etc.

    while combining these, I think I miss some points.

    Firstly, I want to ask what should I do in order to prapare the board dvevm6446 for loading programs (switch configurations)?

    Secondly, does "hello world" program runs on dvevm6446 as it is, or should it be modified?

    Finally, is usb560M jtag emulator sufficient to load the program.