• 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 Multicore DSP » C64x Multicore DSP Forum » All Tags » multicore
Share
C6000 Multicore DSP
  • Forums
  • Announcements

Browse by Tags

C6000 Multicore DSP

Welcome to the C6000 Multicore 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:
multicore
  • 6474
  • 64x+
  • boot
  • bootloader
  • C64+
  • C6472
  • C6472 CCS v4
  • c6472 EMAC
  • C6472 EVM
  • C6474
  • C6474 EMAC
  • c64x+
  • CCS4
  • DSPLIB
  • EVM6472
  • EVM6474
  • example code
  • multi core
  • Multicore programming
  • NDK
  • tms320c6472
  • TMS320C6474
  • TMS320C6474 EVM
  • TMS320TCI6486
  • UDP
Related Posts
  • Forum Post: Six-core TMS320C6472, industry’s best power efficiency & EVM giveaway

    HulaGirl HulaGirl
    New six-core TMS320C6472 offers industry’s best power efficiency for performance-hungry applications The devices are available with six integrated cores in a single chip, either running at 500, 625 or 700 MHz. The C6472 is fully optimized for applications where performance per watt is...
    on Nov 3, 2009
  • Forum Post: Dissipation of C64x+

    ouazza wazo ouazza wazo
    hi all, I have a question about how the value 2 watt per core is found for C64x+ dissipation. compared to what is measered? so what is the conditions of measurement of this value? Thanks for more details. ouazza wazo
    on Jun 26, 2010
  • Forum Post: C6474 EVM client example IP address question

    J. M. J. M.
    Hi, I am running NDK 2.0.0 on the C6474 EVM with CCSv4, running the client example. In this example, I have modified the code to give a unique static IP address to each core based on CSL_CHIP_DNUM, but cannot seem to ping cores 1 and 2 (0 based index). Is it possible for each core on the C6474 to...
    on Jun 11, 2010
  • Forum Post: Re: code in c6472 shared memory

    Rama Rama
    We have been able to reproduce the issue reported by Dominic. Disabling auto run to main in debugger options seems to address this issue. In CCS v4.2 auto run can be disabled two ways: 1) Under Tools > Debugger Options > Generic Debugger Options > Auto Run Options CAUTION: In the current...
    on Dec 23, 2010
  • Forum Post: Dose this inter-core communication exist?

    Kaiqi Yang Kaiqi Yang
    A sender and a receiver share the ownership of a shared memory buffer.The data itself doesn't be transfered,but the ownership of the buffer changed from sender to receiver.The sender pass a pointer which point to the shared memory to the receiver,and then the recevier could use those data in the...
    on Feb 28, 2011
  • Forum Post: Inter-core communication using DMA transfer

    Kaiqi Yang Kaiqi Yang
    Could someone give me an example of intercore communication which uses the DMA transfer on C6474 or C6472?Hope for replies. Regards, Uni
    on Mar 6, 2011
  • Forum Post: evmc6472 stops receiving udp packets

    James Holmes67270 James Holmes67270
    Hi, I currently have a Single Image application running on core 0 and core 1 of the evmc6472. This application is based on the the multicore example, from the emac test examples, in the pdk_c64x_1_00_00_06. The application is sending and receiving udp packets, it is not configured to do a loopback...
    on Mar 9, 2011
  • Forum Post: IPCGR atomicity

    khaled saab khaled saab
    Hi, We are using the IPCGR register to mange inter cores communications on a C6472. At low data rate, the code works fine and we are able to synchronize the cores and send messages between them: The source core(s) set the IPCGR register of the destination core, and wait for the destination core...
    on May 18, 2011
  • Forum Post: Multicore program not boot c6472

    Ricardo Leber Ricardo Leber
    Dear people of the forum, I was working on a program that uses 3 cores of a c6472. This sample program works ok from the CCSv4 and the emulator. It does not work (BOOT) from the NAND flash memory that brings the EVM. If we change the sample program to use only the core 0, the sample works from the CCSv4...
    on Jun 2, 2011
  • Forum Post: TCP and VCP edma init

    Furkan Gokmen Furkan Gokmen
    Hello, We have a problem about initializing edma for TCP and VCP at the same time. When we initialize edma for vcp as seen below VCP decoder works well. /* EDMA global declarations */ CSL_Edma3ChannelObj Edma3ChannelObj_0, Edma3ChannelObj_1; CSL_Edma3ChannelHandle Edma3ChannelHandle_0, Edma3ChannelHandle_1;...
    on Aug 4, 2011
  • Forum Post: SGMII data transfer in C6678

    NARESH PATEL NARESH PATEL
    Hi, I want to make sgmii loopback utility for C6678 . For this i have initialized sgmii then after i need to transmit packets and receive packets for loopback . For this any data register for sgmii and which registers are used for Tx and Rx ? Thanks, Naresh
    on Jun 14, 2011
  • Forum Post: Example code for multicore programming on evmc6474

    Vyom G42604 Vyom G42604
    Hi, I am new to multicore programming.I need to do my proj on evmc6474 using both processors and all 3 cores each . i want to know how to program multiprocessors and multi-cores and how to initate different cores and sync them? I have gone through the mutlicore programming guide (sprab27a)...
    on Mar 1, 2010
  • Forum Post: Re: cycle count _divi(int, int) on a TMS320C6472

    khaled saab khaled saab
    Hi, This is the main code: #include <time.h> #include <stdint.h> //definitions like uint32_t, ... #include <stdlib.h> #include <std.h> #include <log.h> //LOG_printf # include "IQArithmetic.h" //------------------------------------------------------------...
    on Mar 20, 2012
  • Forum Post: XDS510USB Emulator and connecting to the 6678L

    will Resnick will Resnick
    Hi, We purchased a 6678L eval kit. We have an XDS510USB emulator, the 14 pin to 60 pin adaptor and the low voltage adaptor from spectrum digital. I am not able to connect. I am still able to connect to my omap eval board so I know its not a driver issue. I run the test connection in the .ccxml...
    on Mar 27, 2012
  • Forum Post: How to enable jumbo frame of the TMDSEVM6472?

    Anderson Anderson
    Dear all, I have a TMDSEVM6472,and install the ccsv4,ndk_2_1_0 (comes with the evaluation board), now i'm using it to communicate with GigE camera . in GVSP protocol (in fact a special UDP ), when I use the frame size less 1500,it's working ok, problem is : How can I use the jumbo frame...
    on Apr 1, 2012
  • Forum Post: Problem with MCSDK Client example for C6472 when running in multicore

    Arun Kumar Shukla Arun Kumar Shukla
    Hi, I am able to run the client example on core 0. Not i want to run the same example in all cores at same time. means each core can configure its own EMAC channel. I have adjusted the progem sections in different memory. My Latest configuration for memory in CFG file is: Program.sectMap["...
    on Sep 27, 2011
  • Forum Post: C6678 OpenMP Library for Matrix operations

    Emanuele Torti Emanuele Torti
    I'm working on image processing and I need a library for performing matrix multiplications. I know that Libflame have been ported recently on C6678. Where can I find it? Or where can I find an alternative library for matrix multiplications? Best regards Emanuele
    on Dec 13, 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