Hi, I'm looking for some source code illustrated examples of using C++ (class objects) with DSP/BIOS. Is there any document which describe that more detailed way than "TMS320 DSP/BIOS v5.41 User’s Guide"?
Thanks in advance
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.
Hi, I'm looking for some source code illustrated examples of using C++ (class objects) with DSP/BIOS. Is there any document which describe that more detailed way than "TMS320 DSP/BIOS v5.41 User’s Guide"?
Thanks in advance
Michal,
DSP/BIOS 5.41 should have a C++ example called "bigtime." You should be able to find this example under:
C:\Program Files\Texas Instruments\bios_5_41_XX_XX\packages\ti\bios\examples\bigtime.cpp
Steve
What a luck, it's probably the only example I didn't check. Indeed, there is everything I needed to know. Thanks Steven.