• 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) » OMAP™ Processors » OMAP-L13x, AM1x and C674x Processors Forum » All Tags » BIOS/DSP
Share
OMAP™ Processors
  • Forums
  • Announcements

Browse by Tags

OMAP™ Processors

Welcome to the OMAP™ 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:
BIOS/DSP
  • C6747
  • C674x
  • C6Run
  • DSP
  • DSP/BIOS
  • DSP/BIOS Link
  • dsplink
  • EDMA
  • L137
  • l138
  • L-138
  • Linux
  • omap l137
  • OMAP L-137
  • omap l138
  • OMAP L-138
  • OMAP_L138
  • OMAPL137
  • OMAP-L137
  • OMAPl138
  • OMAP-L138
  • omapl138 boot
  • omap-l138 L138
  • OMAPL13x
  • SPI
Related Posts
  • Forum Post: Libray in OMAP-L138

    Luis Mendes Luis Mendes
    Hi, I have been trying to do a library project type (.lib) for the OMAP-L138. I'm using the PSP drivers and GIO commands in the library project. My goal is develop an peripheral abstraction (PAL). But I wonder if it is possible to insert the libraries already generated (. a674) in the project...
    on Jan 6, 2010
  • Forum Post: Re: DSPLink MSGQ_locate always returns SYS_ENOTFOUND

    Szymon Kuklinski Szymon Kuklinski
    Yes, you are right. Thank you for your answer. Reading document spru403q explains everything.
    on Feb 2, 2010
  • Forum Post: Re: EDMA Transfer Completion Interrupt

    Szymon Kuklinski Szymon Kuklinski
    Hello! Thank you for your help. I really appreciate it. One last thing about the registers... Should I write to IESR[8] in "Global Channel Registers" (address 0x01C0 1060 for OMAP L-138) or to "Shadow Region 1 Channel Regiser (0x01C0 2260)? Anyway, by setting both to 8, all others...
    on Mar 16, 2010
  • Forum Post: Re: EDMA Transfer Completion Interrupt

    Szymon Kuklinski Szymon Kuklinski
    Hi I have my McASP output connected to the oscilloscope so I can easily verify if the transfers are happening correctly or not. Also just by examining XSTAT register of McASP I'm able to verify if it's getting the data form DMA. I followed the instructions on pages 31, 32 of http://wiki.davincidsp...
    on Mar 22, 2010
  • Forum Post: Re: EDMA Transfer Completion Interrupt

    Sundaram Sundaram
    Hi Szymon I have a few pointers. Szymon Kuklinski I'm still having some doubts about TCINTs. Here's the whole situation: EDMA Channel 1 is triggered upon TXEVT from McASP. It does some preliminary data transfer and manipulation and then triggers channel 10 that is chained...
    on Mar 22, 2010
  • Forum Post: Re: EDMA Transfer Completion Interrupt

    Szymon Kuklinski Szymon Kuklinski
    Hi Answering your questions...: 1) At the moment I'm only using DMA interrupts and those originating form DSPLink. The interesting thing however is that removing much of the DSPLink code doesn't seem to help. When I comment some time consuming signal processing functions that run in the...
    on Apr 19, 2010
  • Forum Post: Controlling linker sections with DSP/Bios 6

    Mark Rae Mark Rae
    I am working with CCS4 and DSP/Bios 6 on a ‘C6747, How do I get more control of where sections are placed in the Linker. The XDC Platform allow you to select the memory location for Code, Data, Stack. The way the individual sections are grouped in Code, Data, Stack does not meet...
    on May 27, 2010
  • Forum Post: Re: moving audio-sample into another project / Linking trouble

    Rico Schulze Rico Schulze
    i tried to rebuild the sample project, using the source-code of the Audio-sample of the PSP.I included the source-code-files into a newly created,empty project and created the DSP/BIOS-Configuration-File on my own. I even copied the compiler and Linker parameters. But even this resulting project, which...
    on Jul 26, 2010
  • Forum Post: In omap-L137 audio example,sound is only present in the left of my headphone

    xiang lee xiang lee
    Hi. I’ m a new user of OMAP-L137 EVM rev. D and I have a problems to solve.I have used the audio example (its probject name is audioSample.pjt) in BIOSPSP_01_30_01.It can run but the sound is present in the left of my headphone. I don't know why,Can anyone tell me why?I am anxious about...
    on Jan 11, 2011
  • Forum Post: Using DSPLink on OMAPL138 where L1 and most of L2 are protected from external access

    nchukeg nchukeg
    Hello, We are using OMAPL138. ARM core is used by the customer and DSP core has our proprietary code. L1 is set up as cache and L1/L2 are fully protected from external access EXCEPT for 1 or 2 data pages. We would like to be able to use DSPLink to communicate between the two processors. 1...
    on Feb 1, 2011
  • Forum Post: Is writing/reading a ram cell with 32bits an atomic operation in OMAPL138 ?

    PENG HUANG PENG HUANG
    Hi, all, we're using OMAPL138 chipset, and ARM is runing Linux and DSP is TIBIOS. We created a share memory on ARM and DSP, now we met a problem of accessing this share memory, please kindly give some advice. We want to write/read data from this share memory both on ARM and DSP, but we're...
    on May 16, 2011
  • Forum Post: OMAP-L138 EVM version compatibility

    Don Froese Don Froese
    We recently bought a second TMDSEVLM138 OMAP-138 EVM and are unable to run the code we developed on our original OMAP-138 EVM. We are using the TMS320C6748 DSP SOM on both boards. The original EVM came with rev A of the SOM and the new EVM came with rev B of the SOM. The code crashes on the new board...
    on May 31, 2011
  • Forum Post: Increasing IRAM size in the Audio SOC example (DSP code on the OMAP L138)

    Christian Sch��� Christian Sch���
    I'm using the Audio SOC example provided in the SDK as a template for my own application. Since I'm using quite a few large data buffers (on the DSP side), I want to place all data in L2 memory instead of external memory to increase the speed. Thus, I have added the following lines to the file...
    on Jul 13, 2011
  • Forum Post: C6Run v0.97.03.03 : getltime() not know during compilation

    Robert CHOLAY Robert CHOLAY
    Hi, up to now, I used C6Run v0.94.05.05 and the function "getltime()" was not a problem. Now I use C6Run v0.97.03.03 ans the function "getltime()" is not know during the compilation. Below the log of the compilation undefined first referenced symbol in file --------- ---...
    on Sep 15, 2011
  • Forum Post: Use openCV with C6accel.

    Sangyun Yun Sangyun Yun
    Hi. I have a few questions. OpenCV in C6A8168 EVM is available? If possible, when processing the ARM+DSP to use? To use the ARM as a function of DSP is required C6Accel right? Or how I should approach please? I would like to know the necessary C6accel version and EZSDK version. I'd...
    on Mar 11, 2012
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