• 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 » All Tags » 6474
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".

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:
6474
  • 6474 SRIO
  • 6474 SRIO AIF
  • 64x+
  • AIF
  • boot
  • C6000 DSP/BIOS C6474
  • C64+
  • C64+ emulator
  • C6472
  • C6472 EVM
  • C6474
  • C6474 EMAC
  • C6474 EMAC
  • c6474 EMAC NDK Timer Interrupt
  • EDMA3
  • EMAC
  • EVM6474
  • example code
  • I2C
  • multi core
  • multicore
  • Multicore programming
  • NDK
  • TMS320C6474
  • TMS320C6474 EVM
Related Posts
  • Forum Post: Re: evm6474+NDK+MDIO

    one and zero one and zero
    Hi, DSP2 has no MDIO connection to the switch so it will not get configured, that was the issue. So you need DSP1 to configure the switch and remove the switch config from the NDK running on DSP2. In File "ethdriver.c" you need to tweak the function _HwPktPoll as follows (for...
    on Dec 20, 2010
  • Forum Post: C6474 Core Power supply

    Alex Khusidman Alex Khusidman
    Hi, I'm designing a PCB with 4 C6474 DSPs. Is it possible to use constant 1.2V as core voltage for C6474 DSPs and share core power supply between all DSPs on board rather than dedicating an adjustable power supply to each DSP? If it is possible, what would be the estimated increase of power...
    on Feb 10, 2011
  • Forum Post: Re: C6474 SYS Clock vs FSYNC Clock

    Tom Johnson16214 Tom Johnson16214
    There is no requirement for maximum skew between these clock sources. The only requirement is for frequency coherency. Either one of the clocking solutions proposed will be acceptable. Skew matching is not needed between the SYSCLK and FSYNCCK signals.
    on Feb 18, 2011
  • Forum Post: NDK, C6474 (EVM), EMAC Demos

    Alex Alex
    Platform/Environment: C6474 EVM, CCS v4.2, SYS/BIOS 6 Though I have years of experience working with TI processors and their various peripherals, the EMAC module is a complete unknown to me I am afraid to say. My primary confusion right now, though, is what I actually need to download and install...
    on Feb 26, 2011
  • 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: Re: Dose this inter-core communication exist?

    Kaiqi Yang Kaiqi Yang
    Thanks for your reply, But I have tried this method,is there any other way?And the communication with MSGQ is synchronous or asynchronous?
    on Feb 28, 2011
  • Forum Post: Re: Dose this inter-core communication exist?

    Kaiqi Yang Kaiqi Yang
    Thank you so much! I will try Notify module. Regards, Unicage
    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: Re: Dose this inter-core communication exist?

    Kaiqi Yang Kaiqi Yang
    Could you give me an example of inter-core communication using DMA transfer on C6474 or C6472? Regards, Uni
    on Mar 7, 2011
  • Forum Post: Re: Inter-core communication using DMA transfer

    Kaiqi Yang Kaiqi Yang
    Thank you!And I had tried your example,but it raise some fatal errors as follow: Could you tell me how to solute these problem?Hope for reply.
    on Mar 9, 2011
  • Forum Post: Re: #pragma DATA_SECTION(Buf1,".far:DataMem"),what does this sentence mean?

    Kaiqi Yang Kaiqi Yang
    Thank you for your reply!And another question,can EDMA3 transfer be parallel?For example,while Core0 is using channel 0 to transfer data to Core1,Core 1 uses channel 1 to transfer data to Core2.
    on Apr 1, 2011
  • Forum Post: Puzzled by EDMA3

    Kaiqi Yang Kaiqi Yang
    EDMA3 has 6 queues and 6 EDMA3TCs,does this mean there could be up to 6 transfers at the same time cause for every Q/TC there could only be one transfer at the same time?
    on Apr 1, 2011
  • Forum Post: Re: Puzzled by EDMA3

    Kaiqi Yang Kaiqi Yang
    Thank you for your reply!I'm using C6474 and I want to get to know the biggest data transfer rate taht EDMA3 could reach,so the number of simultaneous transfers really matters,right?
    on Apr 2, 2011
  • Forum Post: Re: Puzzled by EDMA3

    Kaiqi Yang Kaiqi Yang
    I mean is the total data rate of EDMA3 equals to all 6 TCs put together?
    on Apr 2, 2011
  • Forum Post: About EDMA3 on C6474

    Kaiqi Yang Kaiqi Yang
    From sprug11,we konw that the maximum value of ACNT is 65535 and valid values for SRCBIDX are between –32768 and 32767.But when I set ACNT to 65535 and set BCNT to 4,what the value of SRCBIDX should be?
    on Apr 18, 2011
  • Forum Post: Re: RED configuration LED problem for EVM6474

    Tom Johnson16214 Tom Johnson16214
    Ali, I beleive you have one of the TMS320C6474 Mezzanine EVMs produced by Spectrum Digital. You should discuss this with your FAE. If it is a hardware problem, the board may need to be RMA'ed to Spectrum Digital. Tom
    on May 2, 2011
  • Forum Post: NDK2.2 Helloworld (in MCSDK1.0) not working on EVM6474

    Hideo NORO Hideo NORO
    I tried to run HelloWorld example, but no sucess. The program produce following message: -------------------------------------------------------------------------------------------- TCP/IP Stack 'Hello World!' Application Registration of the EMAC Successful, waiting for link up ....
    on May 20, 2011
  • Forum Post: TMDSEVM6474L CCS 3.3 problem

    Furkan Gokmen Furkan Gokmen
    Hi! Is TMDSEVM6474L useable by CCS 3.3 ? I can`t connect to it with CCS 3.3 SETUP. Thanks for your helps...
    on Jun 7, 2011
  • Forum Post: TMS320C6474 Scan Software on Custom Board

    pubesh r pubesh r
    Hi All We developed one custom board using TMS320C6474. Now we are doing board bring up, we are unable to connect JTAG Emulator to DSP(TMS320C6474) using CCS 4.1 Is it possible to find out how many TMS320C6474 in Custom board? Is there any software or Utility provided by TI? Thanks &...
    on Jun 29, 2011
  • Forum Post: Re: TMS320C6474 Scan Software on Custom Board

    pubesh r pubesh r
    Hi All, We have developed Custom board using TMS320C6474. Whenever we try to connect DSP using Black Hawk 560bp Emulator(14 pins), Getting below error: Error connecting to the target: Error 0x80000244/-2131 Fatal Error during: Register, Initialization, OCS, Cannot access register at 0x00000000...
    on Jun 30, 2011
  • Forum Post: How to implement AIF on EVM6474?

    XL Terrence XL Terrence
    hi, I am new to EVM6474. How can I implement AIF(CPRI or OBSAI) on the EVM6474 , so that DSP_1 on the board can send data to another DSP(DSP_2) or vice-versa. Is there any example to implement this inter-dsp communication? Thanks
    on Jul 13, 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: C6474 EVM I2C Boot Problem

    Ho-Jung Bae Ho-Jung Bae
    Hi, I have a problem in booting my C 6474 EVM. I finished my application project and generated a .out file, and I use the Boot Image Handling Utilities for C6474( Boot Test Package) I followed Package Readme.txt. The following are detailed steps for I2C boot: 1. Remove .gel file in your...
    on Oct 26, 2011
  • Forum Post: TMS320C6474 AMC Emulation

    demon popo demon popo
    Hi, I use a EVM TMS320C6474, my CCS version is: 5.0.3 I setup an new target configuration and launch, when I connect target, there is a error: IcePick_C_0: Error connecting to the target: (Error -151) @ 0 (0x0) please tell me how can I deal with this problem. Thank you in advance. ...
    on Oct 31, 2011
  • Forum Post: Some problem about EDMA3

    Kaiqi Yang Kaiqi Yang
    I want to transfer 65536 btyes of data in two bcnts,and each bcnt contains 32768 bytes,but the result is I can only receive the first bcnt,is there any problem?Below is part of my program: myParamSetup.srcAddr = (Uint32)pm; myParamSetup.aCntbCnt = CSL_EDMA3_CNT_MAKE(32768,2); myParamSetup.dstAddr...
    on Nov 17, 2011
12345
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