• 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 » ARM® Processors » Sitara™ ARM® » AM3x Sitara ARM Processors Forum » All Tags » DCAN
Share
Sitara™ ARM®
  • Forum
  • Announcements

Browse by Tags

Sitara™ ARM®

Welcome to the Sitara™ ARM® 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:
DCAN
  • 1MHz
  • AM335x
  • AM335xEVM
  • AM33XX
  • BeagleBone
  • Bluetooth
  • CAN
  • DCAN Linux
  • drivers
  • linux
  • networking
  • pinmux
  • profiles
  • PSP
  • sdk
  • sitara linux
Related Posts
  • Forum Post: Re: DCAN on beaglebone

    Anil Anil
    Hi Dal/Benny, DCAN was tested on AM335X EVM but not on BeagleBone. Basic pointers:- 1. Check the pin_mux settings are proper 2. Check the driver configuration is proper http://processors.wiki.ti.com/index.php/Sitara_DCAN_Driver_Guide#Linux_Driver_Configuration 3. Follow user guide for...
    on Jan 3, 2012
  • Forum Post: Re: DCAN on beaglebone

    Benny Bunk Simonsen Benny Bunk Simonsen
    Hi, Got it working now with the following changes to the kernel source in LINUXEZSDK-AM335X 05.03.02.00 http://www.ti.com/tool/linuxezsdk-sitara --- mux33xx.c.org 2011-12-01 22:57:39.000000000 +0100 +++ mux33xx.c 2012-01-08 22:30:35.352610949 +0100 @@ -315,10 +315,10 @@ "uart0_txd"...
    on Jan 8, 2012
  • Forum Post: Re: DCAN on beaglebone

    Benny Bunk Simonsen Benny Bunk Simonsen
    Hi Anil, Should it be possible to use DCAN0 and DCAN1 at the same time? I can use them one at a time, but get this error if I try to use them simultaneous. [ 0.848393] ------------[ cut here ]------------ [ 0.853276] WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0xa4/0xb4() [ 0.859895] sysfs...
    on Jan 9, 2012
  • Forum Post: Re: DCAN on beaglebone

    Anil Anil
    Hi Benny, I am not sure about BeagleBone but on AM335x EVM DCAN1 is supported. Check the schematics for any interdependency. Regards AnilKumar Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question. Thanks!
    on Jan 10, 2012
  • Forum Post: Re: DCAN on beaglebone

    Anil Anil
    Hi Benny, I think that error you are getting because id is "-1" for two instances. So second instance also try to create same file d_can under "/devices/platform" folder Try using the different id numbers for two instances in arch/arm/mach-omap2/devices.c file a. change id...
    on Jan 10, 2012
  • Forum Post: Re: DCAN on beaglebone

    Anil Anil
    Hi Benny, I will add the these details to DCAN user guide. Please mark this post as Verify Answer Thanks AnilKumar Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question. Thanks!
    on Jan 12, 2012
  • Forum Post: Re: DCAN on beaglebone

    Benny Bunk Simonsen Benny Bunk Simonsen
    Hi Tony, To bring can0 up I use: ip link set can0 type can bitrate 250000 triple-sampling on ip link set can0 up To send (example): cansend can0 -i 0x10 0x11 0x22 0x33 0x44 0x55 0x66 0x77 0x88 To receive (example): candump can0 which will give me something like: root...
    on Feb 25, 2012
  • Forum Post: Re: DCAN on beaglebone

    Anil Anil
    Hi Tony, I have one question here root@am335x-evm:~# cansequence can0 interface = can0, family = 29, type = 3, proto = 1 write: No buffer space available Are you seeing this issue after transferring some packets? Better use cansequence in polling mode so that you will not see this issue. ...
    on Feb 27, 2012
  • Forum Post: RE: Issues with DCAN at 1MHz

    Ayaz Shahid Ayaz Shahid
    @Darrin, thanks for the tip. It is possible that it might be a noise issue and its getting more pronounced at high speeds. I've already tried to increase the tolerance of network but that does not seem to solve the issue. I'll mitigating network noise in connection and see if that helps. ...
    on May 4, 2012
  • Forum Post: RE: Issues with DCAN at 1MHz

    Anil Anil
    Hi Shahid, What about the case if you connect AM335x DCAN with HECC? Are you seeing any issues in this case? Are you properly taken case of terminating resistors? How are you connecting AM335x DCAN transceiver with komodo? Regards AnilKumar Please mark this Forum post as answered via the Verify...
    on May 4, 2012
  • Forum Post: Issues with DCAN at 1MHz

    Ayaz Shahid Ayaz Shahid
    Hi, I have a working driver for DCAN on AM335xEVM. It works properly upto 500KHz but it appears that there are a few errors on the line when I try to communicate at 1MHz. I am using Komodo as both analyzer and network node. The problem specifically arises when I try to send data from Komodo to...
    on May 3, 2012
  • Forum Post: RE: DCAN on beaglebone

    Anil Anil
    Hi Zerong, Apply above patch on top of PSP release and it will work. Benny tried two DCAN instances and it was working. Regards AnilKumar Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question. Thanks!
    on Jun 11, 2012
  • Forum Post: RE: DCAN on beaglebone

    Anil Anil
    Hi Zerong, If you are testing the loopback mode then you have to do both (candump and cansend) in the same console. Or you can do ssh and use both consoles for send & receive $ candump can0 & $ cansend can0 -i 9 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 Regards AnilKumar
    on Jun 12, 2012
  • Forum Post: RE: DCAN on beaglebone

    Anil Anil
    Zerong, ERROR-ACTIVE says that bus is in working mode. you can look at enum can_state in "include/linux/can/netlink.h" file to know more details of the ERROR states. Are you porting two d_can instances at a time? Regards AnilKumar Please mark this Forum post as answered via the Verify...
    on Jun 13, 2012
  • Forum Post: RE: DCAN on beaglebone

    Anil Anil
    Hi Zerong, You can refer this section http://processors.wiki.ti.com/index.php/AM335X_DCAN_Driver_Guide#CAN_Utilities Regards AnilKumar
    on Jun 18, 2012
  • Forum Post: RE: CAN interface with AM335x EVM

    Anil Anil
    Hi Mandar, Make sure that you are testing this way 1. DCAN1 is available in EVM with daughter card in profile"1" details at http://processors.wiki.ti.com/index.php/AM335X_DCAN_Driver_Guide#Port_details 2. quicksteps to test dcan controller at http://processors.wiki.ti.com/index.php/AM335X_DCAN_Driver_Guide#Quick_Steps...
    on Nov 20, 2012
  • Forum Post: CAN interface with AM335x EVM

    Mandar Patil1 Mandar Patil1
    Hi All, I have few questions related to CAN interface at AM335x EVM: 1. Is there any sample code readily available for receving/sending data through CAN interface? 2. Are CAN drivers are available with sitara Linux 05.04.00.00 (provided with EVM)? If so could anyone tell me whether they are provided...
    on Nov 19, 2012
  • Forum Post: AM335x DCAN in silent mode to analyze traffic (also faults),

    Steve Deschryver Steve Deschryver
    I want to use the DCAN on the AM335x to analyze CAN messages on the bus, not only valid CAN massages but also faulty ones. But it seems i'm not able to capture CAN messages without the ACK Slot asserted ? Is there any way I can also capture CAN messages (preferable in silent mode) that were NOT...
    on May 17, 2013
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