Please explain me the concepts of channel bitmap and ping pong buffers in tsip interface in dsp?I have gone through the tsip documentation but i couldn't understand as i was a beginner for this concept.
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.
Please explain me the concepts of channel bitmap and ping pong buffers in tsip interface in dsp?I have gone through the tsip documentation but i couldn't understand as i was a beginner for this concept.
Hi,
Which device is this?
Best Regards,
Yordan
Hello Madhuri,
Channel bitmap is described well in section 2.4. I would suggest you read it again.
http://www.ti.com/lit/ug/sprugy4/sprugy4.pdf
Ping-pong buffer concept is fairly common. When TSIP peripheral is getting data in Ping buffer and your software can handle the data in Pong buffer and then the other way around so it is continuous.
The best way to under it is to run example software on platform and use CCS to view memory (registers and buffers & data).
For TCI6486, I think we only offer CSL:
http://www.ti.com/tool/TCI6486CSL
However, you can look at a sister chip, C6678 which also offers TSIP to see how TSIP is implemented
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/latest/index_FDS.html
There is TSIP example available in this software package.
Are you just starting TCI6486 project or your project is already using TCI6486 and you just want to understand more about it?
best regards,
David Zhou