• 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 » Microcontrollers » C2000™ Microcontrollers » C2000 32-bit Microcontrollers Forum » eCAN basic setup problem
Share
C2000™ Microcontrollers
  • Forums
  • Announcements
  • E2E Wiki
Options
  • Subscribe via RSS
C2000 Resources
  • Product Folder
  • C2000 Training Portal
  • C2000 Technical Training Catalog
  • C2000 Datasheets, App Notes, User Guides
  • C2000 Hardware Design Kits
  • controlSUITE for C2000 Software Library


  • InstaSPIN Resources
  • What is InstaSPIN?
  • Videos and Support


  • InstaSPIN-FOC and InstaSPIN-MOTION Resources
  • What is InstaSPIN-FOC?
  • What is InstaSPIN-MOTION?
  • Product Folder: F28069F, F28068F, F28062F, F28068M, F28069M
  • User’s Guide
  • Technical User’s Manual
  • Tools
  • Forums

    eCAN basic setup problem

    This question is not answered
    stan2992
    Posted by stan2992
    on Jul 11 2008 07:51 AM
    Prodigy10 points

    Hello,

    I have a MSc project in mobile robotics which involves the use of TMS320F2812 DSP and CAN. I would like to setup a test configuration. I compiled example programs from TI but unfortunately there is no signal change on the CAN TX pin. During debugging I noticed, that the program never actually leaves the InitECan function because it gets trapped in a loop waiting for the CCE bit to be set - and this does not happen. Forcing a change with Code Composer lets the program through, but there is no sign of CAN frames. I would be very happy if anyone could help.

    Regards,

    stan 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • JayBe
      Posted by JayBe
      on Jul 17 2008 07:16 AM
      Prodigy95 points

      Hi Stan,

      have You connetced a transceiver to the CAN-Pins of the CPU and have You wired the CAN-Bus correctly ? Incorrect connection of thee Transceiver as well as a shortcut on the CAn-bus can cause this error.

      The CPU has to sense CYNRX high prior able to set the CCE to one. For our systems we had to implement a break inside this loop, because sometimes the system does have a corrupted CAN-bus.

      /* Enter setup mode */
      ECanaRegs
      .CANMC.bit.CCR = 1 ;
      CCR_timeoutCounter
      = 0;
      while(ECanaRegs.CANES.bit.CCE != 1 ) // Wait for CCE bit to be set...
      {
        if (CCR_timeoutCounter++ > MAX_CCR_TIMEOUT_COUNTER)
        {
          ECanaRegs
      .CANMC.bit.CCR = 0;
          status
      = CAN_ERROR;
          return status;
        }
      }

      Regards,

      JayBe

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Gaston_Melo_Arg
      Posted by Gaston_Melo_Arg
      on Jul 29 2008 21:32 PM
      Genius4065 points

       Sta...i'm gaston and i new in the dsp family, i have a ezdsk 28335 and my problem is i can't run a program because i don't know how to make a .cmd, i just want to do a sine wave, i know how to do the c code but de .cmd not. can you help me. Thanks. Gaston.

      help!
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Mr M
      Posted by Mr M
      on Aug 11 2008 03:30 AM
      Prodigy90 points
      Hello Remember to activate the CAN clock in DSP281x_SysCtrl.c.  SysCtrlRegs.PCLKCR.bit.ECANENCLK=1;

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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