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.

eXpressDSP-compliant algorithms

Other Parts Discussed in Thread: OMAP3530

Hi all

   I am new to omap3530 and algorithm interface(XDM and XDAIS). currently i am studying spru424c.pdf.

so i am having follwing quries

1.In page no 11 it specified that  eXpressDSP Component Wizar simplifies  the creation of eXpressDSP-compliant algorithms by generating the source,

header, and library build files. where do i get this software or patch file?

2.Here mentioned that  Tools -> Algorithm Standard ->Component Wizard ,but i didnt found , Presently i am using CCS 3.3.38.2 vertion.

3 One of my senior Told that "there is no automated tools to generate libraries and header files with an xdais and xdm complaint" is this right? 

Please give me a cleare picture of above issues. i am in confusing state, I am waiting for your valuable reply.

Thanks in advance

sureshkumar 

  • sureshkumar said:
    1.In page no 11 it specified that  eXpressDSP Component Wizar simplifies  the creation of eXpressDSP-compliant algorithms by generating the source,

    header, and library build files. where do i get this software or patch file?

    As responded to in your other thread: ExpressDSP Component Wizard has been trimmed out of the XDAIS package deliverable, there is a small FAQ on this on the TIExpressDSP Wiki. Essentially the tool is considered outdated, and has largely been replaced by the QualiTI tool.

    sureshkumar said:
    2.Here mentioned that  Tools -> Algorithm Standard ->Component Wizard ,but i didnt found , Presently i am using CCS 3.3.38.2 vertion.

    This is where it would be in prior CCS versions, as mentioned above it is no longer recommended and thus not included.

    sureshkumar said:
    3 One of my senior Told that "there is no automated tools to generate libraries and header files with an xdais and xdm complaint" is this right? 

    The code has to be written to be compliant with the standard which makes it too complicated to be done entirely by automation, so there is no tool that will take a given project and make it compliant, however there are tools for verifying compliance as well as examples that can be used as a base of comparison for making a given algorithm compliant.

  • Thank you Bernie Thompson. thank you very much.