i am a beginner in dsp and I have to do a dsp project that should:
1. read a file from the memory
2.for every bit of 1 i have to output high voltage on one pin (I was thinking on setting one of the GPIO pins ) and for 0 no voltage
3,every bit must be exactly X nseconds (i want to try 20ns because i have a C6455 board and it should be good enough) so i think i must use a time function....
4,the output of this dsp will be conected to the output of another dsp
5.at te beginin of the transmision i will transmit an array (1010 1010 1010 1011 ) for sincronization and to signalize the begining of the transmision so the receiving dsp should discover the transmision speed so it will save only one sample every X nseconds.
6.at the end i should find the file on the other dsp.
If you have some good tutorials or some literature that may be related with my project i would like that you post it here or give me a mail at burly_87@yahoo.com. i have read the tutorial that came once with the CCS 3.3 but they didn't helped much because they only say to create a project and add the files from the tutorials folder to you project they don't explain how to create a cmd file and what is it good for.