Hello ,
1. I am trying to understand 6678 DSP board architecture in much detail, Like Basically I want to see how datas are transferred among registers to functional units at data path levels or registers levels. I want to start with single or double precision simple or complex Matrix multiplication. Is there any code generation tools available on CCS or I can get some sample code to try to run.
2. Apart from this is there any timer function available which I can use in code , I have tried with sys/time.h file but I think it is not available on DSP, I have tried with time.h but with this as well, I am not getting correct time of system.
Any help will be appreciated, specially for first one. Thanks.