Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
|
Hi list, I have a problem with CCS setup.i work with simulation of CCS.but.i want to optimze mycodes for real-time implemention. Can i work all the time with "C62XX Cycle Accurate Sim, Little Endian" ? can anybody help me? Thanks __________________________________ |
|
|
|
Hello guys! Does anybody know about VCP and TCP Programming? I had a hard time understanding the programming guides. I'm using CSL. I have no problems about the input configurations. What I am to do next is my problem especially with the Shared Processing Mode for TCP (plus the EDMA stuffs). They are so complicated for a starter like me. I hope to find sample programs to serve my guide but unfortunately i cant find any. Does anybody know where I can find them? I hope you can share your knowledge with me. Thanks. Mark. |
|
mahdavi,
Your question is very general and highly dependent on your
application.
In most cases "real-time implementation" has certain aspects of hardware
involvement or hardware based asynchronism which are difficult to
simulate. If your system is simple from this viewpoint and relatively
synchronous [like a codec], you may be able to develop most of your code
with the simulator [you will have to comprehend and allow margin for things
like interrupts].
mikedunn
mahdavi hassan <h...@yahoo.com> wrote: Hi list, |