• 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 » Keystone Multicore Forum (C66, 66A, AM5) » All Tags » C6678EVM
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:
C6678EVM
  • 6678
  • 6678l
  • 6678le
  • boot
  • C6000
  • C6670
  • C6678
  • C6678 PCIe
  • C6678 SRIO
  • C667x
  • C66x
  • C6778
  • CCS
  • DDR3
  • EVM6678
  • EVMC6678
  • EVMC6678L
  • KeyStone
  • MCSDK
  • NDK
  • NETCP
  • PCIe
  • SRIO
  • TMS320C6678
  • TMS320C66x
Related Posts
  • Forum Post: EVM6678l stuck on a routine CSL_EDMA3_GetHwStatus ().

    Tuli Tuli
    Hi, We ran the example edma_test located at: pdk_c6678_1_0_0_6_beta1/packages/ti/csl/example/edma 1. Under the simulator is running correctly . 2. Run EVM6678 card is stuck on a routine CSL_EDMA3_GetHwStatus ( ) . Naftali
    on May 22, 2011
  • Forum Post: DDR3 Data Verification failure for Big-Endian mode

    Venkateswara Rao Venkateswara Rao
    Hi, I have a program built for C66x target (C6678L EVM) in Big-Endian mode. I have placed my program and data in external memory starting at address 0x8000 0000. When I try to load the program onto target, I get the following error... Data Verification failed at address 0x8000 0000, please check...
    on May 18, 2011
  • Forum Post: C6678EVM Alpha/Beta board ECN Notice

    tscheck tscheck
    If you are one of the few people to have an alpha or beta C6678EVM, wanted to make you aware of a small board ECN to avoid an unexpected EVM reset. Please check out the following link: http://processors.wiki.ti.com/images/8/83/C6678EVM_Design_Enhancements_v2.pdf which can be accessed from...
    on May 9, 2011
  • Forum Post: EDMA transfer measure time should be similar or not regardless the queue used?

    C. García C. García
    EDMA transfer time measure. Hi, I'm trying to measure the time for a EDMA transfer of 8K bytes from DDR3 to L2D. I used the EDMA 1, channel 0 and I performed the same test with the queues 0, 1, 2 and 3. (function CSL_edma3HwChannelSetupQue() ). I used the same transfer routine modifying...
    on Jun 5, 2011
  • Forum Post: Error while building RTSC project with legacy COFF file format for 6678l platform

    Lijo Jose Lijo Jose
    on Jun 8, 2011
  • Forum Post: Re: I want to buy TMDXEVM6678LE board

    Dave Bell Dave Bell
    Bob, The C6678L and C6678LE EVMs are both available for order. See links to the eStore at http://focus.ti.com/docs/toolsw/folders/print/tmdxevm6678.html Best regards, Dave
    on Jun 10, 2011
  • Forum Post: TMDXEVMPCI driver

    Ya D Ya D
    Hi, I am planning to use TMDXEVMPCI card with C6678EVM to connect to a PC. Is there a driver for the PC (for Windows)? Also, I understand that the LLD driver for the EVM comes with the MCSDK 2.0 beta-2. Is there an example code also in there? thanks.
    on Jun 13, 2011
  • Forum Post: Re: C6678 external emac loopback test not working

    NARESH PATEL NARESH PATEL
    Hi eric, thanks for your kind support as early as possible. I think we will on right track for emac external loopback test utilty. But problem is same sgmii link up. In it it may be problem from sgmii initilization. pSgmiiStatus->bIsLinkUp = CSL_FEXT (hCpSgmiiRegs->SGMII_PORT[portNum]...
    on Jun 29, 2011
  • Forum Post: Re: C6678 external emac loopback test not working

    Eric Ruei Eric Ruei
    Hi, Naresh: I have verified that the EVM can transmit and receive packets via the RJ45 connector. The root problem of the external loopback is that we need to configure 88E1111 to enable external loopback. I wrote simple GEL functions to enable/disable PHY external loopback. ...
    on Jun 30, 2011
  • Forum Post: Secondary Boot with PLL fix

    Jim Rondero Jim Rondero
    Hello, In order to perform Ethernet boot, I wish to program the i2c eeprom on my EVM with the secondary boot example instead of the IBL. When running the secondary boot in debug mode it works a sends the BOOTP package as expected. But when I use the make file supplied and program it to the eeprom...
    on Jul 5, 2011
  • Forum Post: SRIO DirectIO for C6678

    C. García C. García
    Hi, I'm new in the SRIO peripheral and I have some questions: 1.- For the DirectIO (using Ftype 5 or 6), the maximum data payload is 256 bytes. I'm right? 2.- There is a reference for transfer of 4k bytes for DirectIO in the forum: (see: http://e2e.ti.com/support/dsp/c6000_multi-core_dsps...
    on Jul 18, 2011
  • Forum Post: Re: SRIO loopback example

    Jim alto Jim alto
    Justin Hi, I use PDK version 1.0.0.11 The only modifications i made were: 1. Disable the non-blocking test 2. Add a loop in the producer task (start with the allocation of Tx buffer and finisih with the send operation) 3. Add a loop in the consumer tak (start with the Recv operation and...
    on Jul 26, 2011
  • Forum Post: Re: Interrupt info for the C6678

    C. García C. García
    Hi, I posted the following questions one month ago but I didn't receive any answer: Hi, I have some holes in with the interrupts issue in the C6678 and I hope that the document SPRUGW4 wil help me to solve them.Please, could somebody tell me when it will be available? Please could somebody...
    on Jul 27, 2011
  • Forum Post: Re: SRIO loopback example

    Jim alto Jim alto
    Justin hi, Attached are my modified source file and the console output from mine execution: 1. SRIO_LoopbackTestProject_modifiedSourceFIles.zip which include the following modified source file: srio_drv.c , test_main.c , test_blocking.c (Please visit the site to view this file) 2. The console...
    on Jul 28, 2011
  • Forum Post: Booting a Sys/Bios application

    Jim Rondero Jim Rondero
    Hello, I trying to boot a Sys/BIOS application from the NOR flash on the C6678 EVM, but with no success. I already booted the nor boot example and the post example. Now I compiled the BIOS Hello world template an made it write to the UART, but no matter what I try to do it doesn't work....
    on Jul 26, 2011
  • Forum Post: Re: SRIO FType9 64KB data payload test.

    C. García C. García
    Travis, In the MCSDK version 02_00_01_11 there is the following example: C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_11\packages\ti\drv\exampleProjects\SRIO_LoopbackTestProject Please, could you import the TI SRIO_LoopbackTestProject from the first folder into a workspace and check where...
    on Aug 7, 2011
  • Forum Post: C667x: Running CVDD from a fixed +1.0V supply

    Sara Venhuizen Sara Venhuizen
    We are basing a design on the C667x EVM kit, and recently read the kit errata, which says: "Alpha and Beta1 EVMs operate the CVDD at a fixed voltage and do not use Smart Reflex. A new UCD9222 configuration is needed to enable this. Beta2 EVMs support Smart Reflex. Version 4 of the UCD9222 configuration...
    on Aug 11, 2011
  • Forum Post: Issue running HUA and Image Processing Demo on C6678 EVM Board

    BRY BRY
    When I build and run the HUA or Image Processing Demos from the MCSDK, I am not getting an IP address displayed. However, the out-of-box HUA demo that loads from the board's NOR flash works correctly. I have already looked at this page and I don't think it is a problem. I am using DHCP...
    on Aug 9, 2011
  • Forum Post: Re: Failure when using both GateMP and Intc

    Dongning Li Dongning Li
    Instead of using "ti.sysbios.hal.Hwi", I used "ti.sysbios.family.c66.tci66xx.CpIntc" to handle Edma transfer completion. The latter is similar to Intc in CSL. However, I could not have my plugin gets called. I find that the module of "ti.sysbios.family.c66.tci66xx.CpIntc"...
    on Aug 18, 2011
  • Forum Post: srio_loopbacktestproject debug problem

    jie wang75279 jie wang75279
    Hi, I want to test SRIO in my TMDXEVM6678L. I find an example of srio test in the path " c:\program files\texas instruments\pdk_c6678_1_0_0_12\packages\ti\drv\exampleprojects\Srio_LoopbackTestProject ". I use mcsdk_02 _ _00_00_beta2. I don't do any change ,but when I build the...
    on Aug 24, 2011
  • Forum Post: C6678 has disappeared from list of devices in CCS

    Andy Faithfull Andy Faithfull
    I am using CCS 5.03 with a Blakhawk XDS560v2-USB Mezzanine emulator and an EVMc6678LE board. For some reason, when I opened up the project today, it showed an error on the ccxml file. It says there are no debuggable cpus. I have tried to fix the ccxml, and then to generate a new one, but the C6678...
    on Aug 23, 2011
  • Forum Post: SRIO loopback example

    Jim alto Jim alto
    Hi, I modified the SRIO Loopback example so it will execute the blocking test on single core. The test passed. Now, i try to send and recieve the messages in loop, in the following way: Producer: while(1) { Task_sleep(100); /* allocate Tx buffer, fill it etc. */ Send() } ...
    on Jul 24, 2011
  • Forum Post: Help compiling the IBL from MCSDK_2_00_01_12 - linking errors regarding segment size

    Dan Christensen Dan Christensen
    Hello, I've got CCS 5.1.0 and the BIOS MCSDK (2.00.01.12) installed on a Windows PC. I've also got CGT for C6000 (7.3.0) installed on a Linux PC. I took the mcsdk_2_00_01_12\tools\boot_loader directory and copied it to the Linux PC. Then I 'fixed' ibl/src/make/setupenvLnx.sh (line...
    on Aug 19, 2011
  • Forum Post: Re: I want to buy TMDXEVM6678LE board

    Simon Deveau Simon Deveau
    I purchased an ADVANTECH TMDXEVM6678LE. It shipped with the documentation for the TMDXEVM6678L. Since there is no mezzanine board on the L there is no information on how to get the board up and running. There isn't even a FAQ on the ADVANTECH web site. The mezzanine card has a bunch of LEDs that...
    on Aug 31, 2011
  • Forum Post: Re: JTAG programing with UCD9222 on C6678 EVM

    Courtney Cooley Courtney Cooley
    Prateek, Some follow-up questions for you: 1. I agree that makes sense, but i would like solid confirmation if possible. 2. The UCD9222 firmware file provided on Advantech's website has a RAR file extension. Is it possible to confirm whether or not this file can be loaded over the JTAG interface...
    on Aug 31, 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