• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » OMAP™ Processors » OMAP-L13x, AM1x and C674x Processors Forum » All Tags » C6Accel
Share
OMAP™ Processors
  • Forums
  • Announcements

Browse by Tags

OMAP™ Processors

Welcome to the OMAP™ Processors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
C6Accel
  • ALSA
  • arm
  • AUDIO
  • C6Run
  • CMEM
  • Codec Engine
  • DMAI
  • DSP
  • DSP/BIOS Link
  • DVSDK
  • fft
  • floating-point
  • LINE IN
  • omap l138
  • OMAPl138
  • OMAP-L138
  • Record sound
  • sata
Related Posts
  • Forum Post: Our newest free software tools, C6EZRun and C6EZAccel, are now available for OMAP-L1x processors

    Daniel Allred Daniel Allred
    The C6EZRun and C6EZAccel software development tools are our newest DSP + ARM software tools, and they are available for free! These tools enable ARM®, Linux™ and system developers to quickly and easily leverage the computational power of the TMS320C6000™ digital signal processor ...
    on Sep 29, 2010
  • Forum Post: Re: C6Run for WinCE?

    Rahul Prabhu Rahul Prabhu
    The short term plans for C6Accel, does not involve supporting WinCE. We would like to support all platforms in the future. Regards, Rahul
    on Oct 5, 2010
  • Forum Post: Re: C6Accel libraries source code

    Rahul Prabhu Rahul Prabhu
    Hi Joan, The source code for the DSPF_sp_iir is included in the C674x DSPLIB which can be downloaded from here http://focus.ti.com/docs/toolsw/folders/print/sprc900.html . Once you modify the function you can recompile the library and link it by adding the rebuilt version of this library to $(c6accel_install_dir...
    on Nov 18, 2010
  • Forum Post: C6Accel libraries source code

    Joan Joan
    Hi We need to add a new function to the Signal processing kernel because the existing functions do not meet our requirements. For example the C6accel_DSPF_sp_iir(Floating point IIR filter) is a fourth-order and we need eighth order. Is possible to acces to the source code and modify the function...
    on Nov 17, 2010
  • Forum Post: Re: C6Accel with custom thread doing IO on omapl138

    Joe Coombs Joe Coombs
    Pep, Quick question: are you using Linux on the ARM side? Your use case sounds a little different from what I'm used to, so I want to avoid making any false assumptions. If I understand your application correctly, it sounds like you have the following sequence: Read in data from uPP to...
    on Mar 17, 2011
  • Forum Post: C6Accel with custom thread doing IO on omapl138

    Pep Pep
    Hello, I'm currently using an Omapl138 with DSPlink to do this kind of processing: UPP -> DSP processing -> GPP -> SATA. I want to provide to my customer a way to let them launch their custom algo once they get data on GPP. I think c6accell is the way to go. But how to integarte...
    on Mar 11, 2011
  • Forum Post: Re: Record sound on SATA with OMAP L138 via LINE IN

    Hubert Launay Hubert Launay
    Right, I 'm actually trying to develop an application on the ARM to record data into SATA . But not only . The record data are audio data ( files.wav ) which comes from the input connector across the TLV320AIC3106 audio codec . So I want to encode the audio data on the DSP salve power on ARM ...
    on May 16, 2011
  • Forum Post: Record sound on SATA with OMAP L138 via LINE IN

    Hubert Launay Hubert Launay
    Hello , I want to develop an application on OMAP L138 Experimenter in order to record audio sound continuously from LINE IN on a SATA hard drive . I 'm beginner and I hesitate between different softwares to develop my project : C6Accel , DMAI ... I want to use the power of the DSP . Could you...
    on May 12, 2011
  • Forum Post: RE: floating point kernels in C6Accel in DSP

    Rahul Prabhu Rahul Prabhu
    Liela, As the following article suggests the C6Accel.float flag existed only in v1.01.00.06 and earlier versions. http://processors.wiki.ti.com/index.php/C6Accel_ARM_user_Documentation#Accessing_floating_point_kernels_in_C6Accel_1.01.00.06_or_earlier With the version you are using, please do not...
    on Apr 25, 2012
  • Forum Post: floating point kernels in C6Accel in DSP

    Myosotis Myosotis
    Hello! I want to get access floating point kernels in C6Accel. My board is OMAP-L138 Experimenter Kit I have DVSDK 04_03_00_06. So I used TI manual and added in my .cgf file these strings: var C6ACCEL = xdc.useModule('ti.c6accel.ce.C6ACCEL'); C6ACCEL.alg.FLOAT = true; But I have got...
    on Apr 24, 2012
  • Forum Post: Is C6accel really fast?

    Myosotis Myosotis
    I try to use MATH (float) functions from c6accel _1_01_00_ 07 lib in my board OMAP-L138 Experimenter Kit The problem is that they work very very very slowly. In comparison with with standard + , - , * , / . Let me to show you a simple example. I have this code float Two = 2.0; float a,b,c; clock_gettime...
    on Apr 24, 2012
  • Forum Post: strange behavior of C6accel_DSP_fft32x32

    Myosotis Myosotis
    Hello! I faced the strange behavior of function C6accel_DSP_fft32x32(). It works fine in demo samples which are coming with c6accel lib (c6accel_1_01_00_07) from DVSDK 4 (dvsdk_omapl138-evm_04_03_00_06). But with my input signal file this function returns wrong result. Tell me please, what may...
    on May 5, 2012
  • Forum Post: C6accel_DSPF_sp_iir() failed with N>512

    Myosotis Myosotis
    Hi! This is me again. I dealt with function C6accel_DSPF_sp_fftSPxSP() It works fine with 65536 samples. But function C6accel_DSPF_sp_iir() failed with 1024 samples. (CMEM error?). Logs of failed execution (but where is error here?) N=1024 @5,881,610us: [+4 T:0x40008000] OM - Memory_contigAlloc>...
    on May 15, 2012
  • Forum Post: RE: C6accel_DSPF_sp_iir() failed with N>512

    Rahul Prabhu Rahul Prabhu
    I think I have located the error in your code.Can you check where you are passing the n variable from which you are doing the memory allocations. From your log this is what I found. The buffer at physical memory location 0xc6000 0000 is allocated of size 1028. See below log @7,827,463us: [+4 T...
    on Jul 2, 2012
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use