• 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) » DaVinci™ Video Processors » DM3x DaVinci Video Processor Forum » All Tags » SPI
Share
DaVinci™ Video Processors
  • Forums
  • Announcements

Browse by Tags

DaVinci™ Video Processors

Welcome to the DaVinci™ Video Processors 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:
SPI
  • 368
  • Appro
  • boot
  • boot mode
  • booting methods
  • DaVinci
  • daVinci dm365
  • DaVinci DM368
  • DM355
  • DM357
  • DM365
  • DM365 + IPNC
  • DM368
  • DM644X
  • driver
  • edma
  • IPNC
  • NFS
  • PING_PONG
  • RBL
  • sd card
  • ubl
  • uboot
  • u-boot
  • WLAN
Related Posts
  • Forum Post: Re: require dm355spi.pdf development document

    Bernie Thompson TI Bernie Thompson TI
    You make a good point, it appears that the driver is accessing reserved locations within the SPIFLG register, the current version of the DM355 SPI manual is SPRUED4b which has these error bits reserved. This is something I will have to look at internally, for now I would use the driver as is.
    on Dec 2, 2008
  • Forum Post: Re: about SPI of DM355

    BrandonAzbell BrandonAzbell
    The DM355 does support up to 3 SPI interfaces. Provided you get drivers for the BGW200 from Philips and port them to the DM355, you should be able to use this as a solution.
    on Feb 8, 2009
  • Forum Post: Re: about SPI of DM355

    BrandonAzbell BrandonAzbell
    The TMS320DM355 can support up to 3 SPI interfaces. This is because several of the pins of the device are multiplexed, therefore depending on the features you are using, you may only get 1 SPI interface supported. Please check the TMS320DM355 datasheet on the Product Folder for more details.
    on Feb 9, 2009
  • Forum Post: Re: SPI1 compared to SPI0

    BrandonAzbell BrandonAzbell
    Ioan I'm now tring to use SPI1, but most comments/documentation on the SPI busses refer to SPI0. What are the difference between the two (if any) The SPI interface peripherals on the DM355 are identical. Ioan and can anyone give me a tip on an approach to using SPI1? I would...
    on Mar 31, 2009
  • Forum Post: SPI1 compared to SPI0

    Ioan Ioan
    I'm using the DM355, and found using the I2C drivers relatively straight forward. I'm now tring to use SPI1, but most comments/documentation on the SPI busses refer to SPI0. What are the difference between the two (if any), and can anyone give me a tip on an approach to using SPI1? Many thanks...
    on Mar 31, 2009
  • Forum Post: Re: HOW Can I USE THE SPI interface in dm355evm

    RichardTiller RichardTiller
    Tony, Did you have any success with getting the SPI to work on your DM355? I am about to embark on the same and wondering how to make the MTD interface work as advertised to talk to the on board eeprom. Richard
    on May 5, 2009
  • Forum Post: HOW Can I USE THE SPI interface in dm355evm

    Tony8934 Tony8934
    Hi, everyone . I want to connect a spi device with dm355,are there any demo about how to use spi interface ?If not ,can you give some guide on how to use it? Thanks.
    on Jan 11, 2009
  • Forum Post: Datasheet about SPI (DM365)

    Semen Medvedev Semen Medvedev
    I read datasheets about SPI controller in DM365 processor and I'm confused. sprufh1a.pdf page 10: "SPIx_SCS[0:1] and SPIx_SCLK are only output for the SPI4 because SPI4 cannot be worked as a slave, and interrupts are not supported on SPI4." sprufh1a.pdf page 11, section "2.4 SPI...
    on Oct 26, 2009
  • Forum Post: Re: Starting up DM365 in SPI Boot Mode

    Davide Bonfanti Davide Bonfanti
    I read about SPI boot on sprufg5a.pdf (ARM Subsystem) pag 188, but I didn't find lots of informations. Paticularly I wold like to use a M25P10-A device: are there any problem? If I'm right I have to use as Chip Select to GIO25/SPI0_SCS[0] (ball T1) and Clock and data to GIO22/SPI0_SIMO (ball...
    on Oct 27, 2009
  • Forum Post: Has anybody succeed to used spi1 to drive a touch screen on dm365?

    zhenhong zhenhong
    I want to use the tsc2046 to drive a touch screen by spi1 on dm365, but the spi driver doesn't permit to share the spi1int0/spi1int1,share with edma, with others modules. So when called request_irq in spi_prob, it always return error. How I can do to skip it? Must to use spi0?
    on Dec 9, 2009
  • Forum Post: Re: Progress on SPI booting? or pointers as to manual method...

    alexanderk alexanderk
    SPI boot does work. For initial programming of the SPI EEPROM I used the modified Spectrum Digital utility spi_load (came with the EVM) which I ran through the emulator. There are some errors in it, but it's a good starting point. One advise: uncomment the verification code and make sure what is...
    on May 26, 2010
  • Forum Post: Progress on SPI booting? or pointers as to manual method...

    Jon Nicoll Jon Nicoll
    Hello there Has there been any progress on the utility for booting from SPI memory? This was asked about on the forum around the middle of last year (1009) but I haven't seen anything since then. As an alternative, I have been trying to understand what Constantin's SD flash utility suite...
    on May 25, 2010
  • Forum Post: dm357 spi no clock output

    Blade13504 Blade13504
    I am using dm357' s SPI port to communicate with fpga.dm357 is master,i can write data to spidata1 register,but i cannot detect clock at th spi_clk pin.Also,when i config spi pins as gpio,i wrtie data to spi_clk(mux with gpio40) pin ,no signal out put,but other gpio work good. anybody is using...
    on Nov 4, 2009
  • Forum Post: Re: DM368-IPNC boot up issues

    gooch12 gooch12
    I have made some progress. Here are a few observations: 1. The document "IPNC Reference Design on DM36x, User Guide" says that one can build either a "release" build or a "debug" build (see step 13 in section 3.1.1). To build the release build, copy davinci_dm368_ipnc_defconfig_rel...
    on Oct 18, 2011
  • Forum Post: Tutorial: How To Boot DM368 from SPI NOR Flash on Leopardboard368

    Jimmy Huang Jimmy Huang
    During the development of our DM368 based HD video products, we were benefited a lot by constantly reading posts from the community forum at e2e.ti.com and frequently seeking help from TI engineers. As a result we were able to create quite a few handy utilities and even ported Android to DM368 on Leopardboard368...
    on Oct 28, 2011
  • Forum Post: Re: Pico Instruments - How To Boot DM368SOC from SPI NOR Flash Memory Device on Leopardboard368

    Jimmy Huang Jimmy Huang
    Sorry. Here is the link to the article. http://www.picoinstruments.com/how-to-boot-dm368soc-from-spi-nor-flash-device-on-leopardboard368.html
    on Jan 25, 2012
  • Forum Post: Re: SPI2 EDMA conflict with video encode?

    sriram garikipati sriram garikipati
    Hi All, Me too facing similar kind of issue, while writing to SPI-EEPROM in parallel to video encode task on DM6437 using BIOS. I am using McBSP BIOS driver to to communicate with the SPI-EEPROM. I have tested writing to SPI-EEPROM with simple test code running in background. It works fine. ...
    on Mar 13, 2012
  • Forum Post: Bug in DM368 SPI hardware?

    Martin Fletzer Martin Fletzer
    We have problems with our SPI-EEPROM. Sometimes the last written data is lost after reboot. We use the SPI driver of the PSP 03.21.00.04. It looks like it's a problem with the chip select. After SPI transfer, the chip select remains asserted. Although the driver writes 0x00ff to the upper 16...
    on Jul 10, 2012
  • Forum Post: SPI1 on dm368 issue

    Jammy Dane Jammy Dane
    Hi all, I am trying to use the spi1 port on my custom DM368 board, and I have porting a spi driver for it. the following is my spi driver demo( master, and use only SCLK, SIMO, SOMI three pins): /*-----------------------driver code begin---------------------------------------------*/ #include <linux...
    on Mar 25, 2013
  • Forum Post: (DM368)--The issue of spi salve of edma mode

    jeffery wang jeffery wang
    hi all: In our application,we used the spi1 of DM368 to connect the DM648, the the dm368 is the spi slave and the dm648 is the spi master. I used the edma mode to configure the 368 spi module. In the data receiving of 368 spi mode,i used the ping pong mode by the edma link,but the edma link didn't...
    on May 13, 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