• 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) » C6000 Single Core DSP » C67x Single Core DSP Forum » All Tags » multithreading
Share
C6000 Single Core DSP
  • Forums
  • Announcements

Browse by Tags

C6000 Single Core DSP

Welcome to the C6000 Single Core DSP 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:
multithreading
  • 6713
  • 6713 DSK
  • 67XX
  • C6000
  • C6000 C6713 transmultiplexer synchronization interruptions
  • C6713
  • C6713 DSK
  • C6713B
  • C6713DSK
  • C671x
  • C67x
  • CCS
  • CCS v3.3
  • CSL
  • DSK6713
  • dsp
  • DSP/BIOS
  • EDMA
  • EMIF
  • interrupt
  • interrupts
  • McASP
  • McBSP
  • tms320c6713
  • TMS320C6713 DSP Starter kit
Related Posts
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    Thanks for the quick reply! Indeed, I did do that. In this test program, there is only one source file, though there are some files (a .c and a .s62 file) generated by the DSP/BIOS. To handle the .c file, I had to specify the -fg option to compile C files as C++, but that doesn't address the assembly...
    on Oct 17, 2008
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    An update: It appears to me that the exception handling code is not properly destroying exception objects. (This may be a symptom of a deeper problem, but it may just as well be the problem itself.) Here's what I did. I lock a global mutex in my exception class's constructors and unlock it...
    on Oct 20, 2008
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    Georgem Unfortunately, you have wandered into unsupported territory. C++ exception handling uses a data structure, not exposed to the user, to do its job. There is only one copy of this data structure in the system. The different tasks are all modifying this one data structure. Changes made by one task...
    on Oct 22, 2008
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    Georgem Well, mlimber, you write some long posts. You ain't seen nothing yet! ;-) WRT "official answer" ... Of course not. It is just a forum post hoping to be helpful. The official answer will arrive in a readme file, or the documentation, or something like that. The way I think about...
    on Oct 23, 2008
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    Georgem I have since learned more of the low level details of how exception handling works in the TI compiler. There is persistent state about exceptions that each task presumes is only modified by that task. Putting a mutex around each point where that state is updated is not sufficient. That merely...
    on Oct 27, 2008
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    Performing all the exception throws and catches in a single task should (and I emphasize should) work. Build all the non-throwing tasks code without --exceptions. So your answer is that task switching itself is not the problem, which means, contrary to your previous statement, that one can indeed use...
    on Oct 28, 2008
  • Forum Post: Re: Exception handling in a multitasking application

    mlimber mlimber
    Georgem I never said whether the task switch itself is the cause the problem. BTW, the task switch itself is not the cause of the problem. At this point, I'm beginning to doubt I'll ever explain this to your satisfaction. It's not that I'm implacable. It's just that I am trying...
    on Oct 31, 2008
  • Forum Post: [C6713] Exception handling in a multitasking application

    mlimber mlimber
    I have an intermittent problem with C++ exception handling when I use multiple tasks ("threads" in normal parlance). The problem is intermittent, but I can reliably reproduce it with the code below. I am using CCS 3.1 with cgtools 5.1.12, and I have enabled exception handling with the -...
    on Oct 17, 2008
  • Forum Post: Can we use C POSIX library in CCS 3.3 programing TMS320C6455 DSP?

    Francisco Aguilar Francisco Aguilar
    Hello! Could you please provide some help in the following issue? We're very interested in developing software for TMS320C6455 dsp. We need to manage diferent processes in our software and we're facing with the doubt that if it would be possible to use C Posix library functions in Code Composer...
    on Dec 15, 2009
  • Forum Post: Why does C6713 run slower than the C31?

    CMA CMA
    Hi, I have to switch to use the new TI DSP chip C6713 because the old C31 is out of production and I can't even find them from surplus stores any more. I'm running the C6713 at 200MHz now, whereas I was running the C31 at just 80MHz before. Nevertheless, I converted my old C31 program...
    on Sep 5, 2011
  • Forum Post: Threading in C6713, calculating new parameters while sending out zeros to the analog output

    Richard Tullberg Richard Tullberg
    Hi! Im developing an audio process for the tms320c6713 and having trouble that whenever I need to do some calculations of the new parameters being used in the realtime process I get an ugly clicking sound. Especially when i'm allocating new memory on the hardware. My question is, can I thread this...
    on Mar 27, 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