i would like to get my hands on the source code of DSP/BIOS 5.x to add some instrumentation. I have found this:
http://processors.wiki.ti.com/index.php/Source_code_for_DSP_BIOS
but i wonder if the licensing fee has changed over the years?
some background info: we have a multi-tasking c++ application running on DSP/BIOS 5.x and i suspect a priority inversion happening when memory is dynamically allocated. to prove this, i would like to instrument the resource lock that must happen deep down in malloc() and free(), (mem_allo.o64P and mem_free.o64P)
cheers,
sam