Archie A,
Good day!.
Answers in-lined.
-----
Customer says, " Q1: However as per them, there is no examples found."
1. For C6657 , there are 48 examples available in "processor_sdk_rtos_c665x_6_03_00_106" from http://software-dl.ti.com/processor…
Hi,
Thanks for your post.
I think, it should be possible on OMAPL13x (c674x is part of DSP core) platform and it is widely used for audio application. To my knowledge, there are algorithms for adaptive noise cancellation (ANC) systems and you could…
Hi,
Thanks for your post.
sprc900 , sprc265 and sprc121 are all DSP libraries which are optimized for specific DSP architecture.
sprc900 is floating point DSP software libraries that can be used on any C674x and later platforms.
sprc265 is a…
Hi Robin,
Thanks for your post.
For C674x device, please check the supported kernel functions for C674x DSP_LIB from the below wiki:
http://processors.wiki.ti.com/index.php/C674x_DSPLIB#Introduction
For fixed point computation, the C674x core…
Hi Venkatesh,
What processor are you using ?
Please refer to the following TI wikis related to DSPLIB
http://processors.wiki.ti.com/index.php/MexExample http://www.ti.com/tool/sprc121 http://www.ti.com/tool/sprc265 http://processors.wiki.ti.com…
Hi Puneet,
Both devices use the same emulators.
OMAP-L138 supports:
XDS110 JTAG Debug Probe TMDSEMU110-U Debug Probes/Analyzers
XDS200 USB Debug Probe TMDSEMU200-U Debug Probes/Analyzers
XDS560v2 System Trace USB & Ethernet Debug Probe TMDSEMU560V2STM…
Hello every one,
we are trying to develop an acoustic application on c6472 multicore dsp.
we have downloaded the DSP lib form http://www.ti.com/tool/sprc265 and installed it.
Now i'm trying to run the FFT example code given along with this library…
Cristian,
This is a relatively mature device in our family and is mostly used home audio and performance audio kind of applications. However for use cases outside of that application space we didn`t have a unified SDK offering. We plan to change that…
Hello Cvetolin,
I will gladly post my source code. Here are my pastebin links to my source:
Makefile: http://pastebin.com/ZuXMrs4v
ARM-Side Code:
dummy_arm.h: http://pastebin.com/YHGUHmL9
dummy_arm.c: http://pastebin.com/vCKrEEX5
DSP-Side…
Other Parts Discussed in Thread: SPRC265 Hi,
I am trying to add the DSPLIB package (http://www.ti.com/tool/sprc265) to the RPMsg project (http://omappedia.org/wiki/RPMsg_Tesla) so I can make some signal processing calls to DSP from ARM. Both modules…