• 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 » All Tags » BIOSPSP_ENG
Share
Browse Topics
  • Amplifiers
    • Audio Amplifiers
    • High Speed Amplifiers
    • Precision Amplifiers
    • /etc... Amplifiers & Other Linear
  • Applications
    • Automotive
    • Medical & High Reliability
    • Motor Drivers
  • ARM® Processors
    • Sitara™ ARM®
  • Digital Signal Processors (DSP)
    • C5000 Ultra Low Power DSP
    • C6000 Multicore DSP
    • C6000 Single Core DSP
    • DaVinci™ Video Processors
    • OMAP™ Processors
  • Clocks & Timers
  • Data Converters
    • Audio Converters
    • High Speed Data Converters
    • Precision Data Converters
    • Video Converters
    • /etc... Data Converters
  • Development Tools
    • WEBENCH® Design Center
    • Code Composer Studio
    • TI C/C++ Compiler
  • DLP & MEMS
  • Embedded Software
    • Android
    • BIOS
    • Linux
    • Multimedia Software Codecs
    • StarterWare
    • WinCE
  • Interface
    • Consumer & Computing
    • Ethernet
    • Fiber Communication
    • High Speed Interface
    • Industrial Interface
    • /etc... Interface
  • Logic
  • Low Power RF & Wireless Connectivity
  • Microcontrollers
    • C2000™ Microcontrollers
    • Stellaris® ARM® Microcontrollers
    • MSP430™ Microcontrollers
    • Tiva™ ARM® Microcontrollers
    • Other Microcontrollers
    • Hercules™ Safety Microcontrollers
  • OMAP™ Applications Processors
  • Power Management
    • Battery Management
    • Digital Power
    • AC/DC and Isolated DC/DC Power
    • LED Drivers/LCD Bias
    • Linear Regulators
    • NexFET™ Power MOSFETs
    • Non-Isolated DC/DC
    • Power Modules
    • PMU
    • Power Interface
    • SIMPLE SWITCHER®
    • Sequencers
    • Supervisor and Reset IC
    • Wireless Power
    • /etc... Power
  • RF & Digital Radio
    • Digital Radio (GC Products)
    • High Performance RF Modulators, PLL and VCO products
    • /etc... RF
  • Other Analog & Touch
    • Imaging
    • Temperature Sensors
    • Touch
    • /etc... Analog
  • /etc Support

Custom Title

Support Forums

Support Forums
To post a question or find an answer, choose a topic from the "Browse Topics" navigation menu on the left.
  • Get this RSS feed
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:
BIOSPSP_ENG
  • 6748
  • 6748 -OMAP -L138
  • AUDIO
  • bios
  • bios 5
  • BIOS 6
  • bios/dsp
  • BIOS6
  • biospsp
  • C6000
  • C64x+
  • c6747
  • c6748
  • c674x
  • ccs v4
  • code Composer studio
  • dm6437
  • DM648
  • dsp bios
  • dsp/bios
  • DSP/BIOS 5
  • dsp/bios programming
  • EDMA
  • EDMA3
  • EDMA3 LLD
Related Posts
  • Forum Post: Second EDMA_DRV_ChannelRequest fails on 6424

    Jim Patterson16330 Jim Patterson16330
    My second call to EDMA_DRV_ChannelRequest always fails with error code -139 (invalid parameters) My BIOS main function calls EDMA3_DRV_Create calls edma3OsSemCreate calls EDMA3_DRV_open Registers EDMA interrupts What I need to do is request EDMA channels in two tasks. One requests...
    on Mar 15, 2010
  • Forum Post: FVID_queue/FVID_dequeue Issue

    Franck Franck
    Hi, We are using a DM6437 to capture images with the VPFE Device Driver. We are manually controlling each image acquisition through a command sent to the image sensor, each one generating a single Frame Valid signal. We are working with three FVID_Frame buffers in the following way: 1- FVID_queue...
    on Mar 17, 2010
  • Forum Post: Something about PSP Mcbsp Driver on DM6437

    GU MO GU MO
    Hi,everyone~ I am using the psp mcbsp driver for my mcbsp on dm6437. Here is some problem about the API. One of the prototypes of the API is : PSP_Result PSP_mcbspCreate (Uint32 instanceId, const PSP_mcbspDevParams *initCfg, Ptr Arg) the last parameter Ptr Arg is explained...
    on Mar 19, 2010
  • Forum Post: BIOSUSB_01_00_00 has a bug?

    Haoxing Li Haoxing Li
    Hi,gays I am using BIOSUSB package on OMAP-L137 for developing a USB communication system, and meet a trouble. I added a GPIO4-control task in BIOSUSB's usbhosthid example, but found that GPIO4-set register always be cleared ( set to 0 ) by BIOS/USB's Jungo_thread0. And if delect Jungo_thread0...
    on Mar 19, 2010
  • Forum Post: I2C peripheral working in DMAInterrupt mode

    hao zhang39149 hao zhang39149
    Hi, I have been programming i2c peripheral in my own C6747 board using psp from TI. Up to now the i2c can work correctly by working in interrupt mode. But it can not output the right result while working in DMAInterrupt mode. By the way, the function, GIO_submit return the IOM_complete value, and the...
    on Mar 22, 2010
  • Forum Post: BIOSPSP audio example for C674x

    Yan8622 Yan8622
    Hi, The audio example given in the C674x BIOSPSP package would stop running if the audio processing between SIO Rx and Tx takes too long. I think a better handling of this situation would be to skip the a few audio frames but without breaking anything. Any advice how to do that? Thanks
    on Mar 23, 2010
  • Forum Post: OMAP-L137 Audio Codec register read via Aic31_AC_IOCTL_REG_READ not working.

    Richard Bagdazian Richard Bagdazian
    I have written two routines for the purposes of accessing audio codec register settings on the OMAP-L137 EVM board. The code is shown below. The write routine seems to work fine ( I have implemented the fix to the audio driver that was referred to here) but the read routine always returns zeros no...
    on Mar 30, 2010
  • Forum Post: reusing PSP audio example - does not link

    Andreas Weishaupt Andreas Weishaupt
    Hi all, I need to reuse the PSP McASP example in my own code. Since I've successfully compiled and run the example, I've simply copy-pasted most of the code from it into my own code, adapted McASP configuration for my own needs, adapted DSP/BIOS conf by looking at the DSP/BIOS conf of the...
    on Mar 31, 2010
  • Forum Post: GPIO-BANK4&5 be always cleared by BIOSUSB's jungo_thread0

    Haoxing Li Haoxing Li
    Hi, ============================ BIOSUSB version : 01_10_02 test board: OMAP-L137 evm ============================ The GPIO-BANK4_5's setdata register(addr: 0x01E26068) of OMAP-L137 is always cleared by jungo_thread0,and those pins goes low. So I can't keep them high statically. I have to...
    on Apr 1, 2010
  • Forum Post: dynamically creating the biosusb tasks.

    Peter Myerscough-Jackopson Peter Myerscough-Jackopson
    I am having problems dynamically creating the tasks for the biosusb stack. I have created a program that can communicate over the usb using a custom CDC usb stack based upon the BIOSUSB driver, and if I placed the required jungo threads in the TCF file it all works.... BUT I cannot dynamically create...
    on Apr 1, 2010
  • Forum Post: Re: the error of makehal_evmdm6437

    David Friedland David Friedland
    I'll forward this on to the BIOS PSP team. I don’t know if they are maintaining these bat files and if they have made any changes to them. For many NSK drivers, they no longer support builds through batch files. The suggested way for building in changes to drivers into your application...
    on Apr 1, 2010
  • Forum Post: DA830 DSK: Unable to open McASP driver to receive from AIC3106 DAC

    David Kelly David Kelly
    CCS: Version: 4.1.1.00014 bios_6_21_00_13 pspdrivers_02_00_01 xdais_6_25_01_08 xdctools_3_16_02_32 edma3_lld_02_00_01_04 ipc_1_00_05_60 Platform: Spectrum Digital DA830 DSK Rev G Hello, I'm attempting to modify the working sample AIC3106 code that came from Spectrum Digital to use...
    on Apr 9, 2010
  • Forum Post: C6455 with NDK 2.0.0: Jumbo size packets being broken up into several 1480 byte packets

    g_dejesus g_dejesus
    Hi, I'm running GigE connection speed between the C6455 DSP and a PC with a GigE 9k jumbo frame network card trying to stream real time video through the UDP port. On the PC side I setup the properties of the GigE card to have Jumbo Frames enabled. For some reason, the 7k image packets I'm...
    on Apr 9, 2010
  • Forum Post: need Guidence to make intelligent switch with DM648

    Ahmed 10245 Ahmed 10245
    hello all, I am working on DM648 with ndk1.92. I want to implement an intelligent switch application with the involvement of DSP processor of the topology mentioned below data from LAN ----->port0 (PHY 1) of dsp ------>port2( DSP processor) --------->port1(PHY 2) --------> to the PC ...
    on Apr 10, 2010
  • Forum Post: Problems with sio_create function

    Fernando Pimenta Fernando Pimenta
    Hi, I am using the mcbsp0 in slave mode, on the OMAP-L138 EVM Kit. I use the example that comes with the BIOSPSP_01_30_00 and all is working well if I use the hEdma[0]: Void mcbspDemoTask(Void) { // initialise the edma library if (IOM_COMPLETED != edma3init()) …………...
    on Apr 12, 2010
  • Forum Post: How to access past frames on DM6437 by using FVID functions

    Ahmet Ahmet
    Hi, I'm studying on video stabilization project on DM6437 . I could capture frames and display them out by using FVID_exchange function.And I could access pixels on current frame. I have to compare past frame and current frame .But I can only do operations on current frame. How can I...
    on Apr 14, 2010
  • Forum Post: PSP lib builds for C6747

    E2E_display_name_Mike E2E_display_name_Mike
    I am using version 01.30.00 PSP for the C6747 device. I notice the lib folders already contain pre-built libraries with the .a674 extension. I opened up the mcasp project in ccs4 and built the Debug and Release configurations but I do not get the same output. The only thing I changed was the extension...
    on Apr 22, 2010
  • Forum Post: Re: read multiple images and store in different loacations

    SATYA 48081 SATYA 48081
    HI, I am using tms320dm6437EVM board .I am trying to grab three frames from camera in Y:Cb:Cr format and store just Y component of them in 2-dimensional variables. this is the code i use to capture thee different images and store this images in three different variables int I_frame[720][480],int...
    on Apr 27, 2010
  • Forum Post: Problem with PSPIOM McBSP driver (Tx)

    Pavel Livshits Pavel Livshits
    Hello, I have board with DPS C6748 and 6 codecs so I'm using McBSP1 as TDM to send and receive the data. The drivers are provided by TI which are PSPIOM ver 01.30.01 and EDMA3 ver .01.11.00.03. The example in the PSPIOM using McBSP with SIO_issue and SIO_reclaim suits me well but for Rx only....
    on Apr 27, 2010
  • Forum Post: Re: BIOS 6 and PSP v2 audio drivers!

    David Friedland David Friedland
    The paste of the error looks unclear. Is the undefined symbol called "in"?
    on Apr 28, 2010
  • Forum Post: Migrating DM642 PCI code to the DM647/8

    Peter40529 Peter40529
    Hi all, I'm working on migrating a DM642 system to a DM647 and am currently working on the PCI system. The DM642 code is based on the CSL libraries, and it looks like the DM647 will need to use the PSP PCI driver which seems to have a much different interface. My first fundamental question question...
    on May 1, 2010
  • Forum Post: Configuring audio on DA830/OMAP L137 EVM!

    Atmapuri Atmapuri
    Hi! The audio sample application contains the code to record one channel (left from Line-in1) and playback one channel (left from line-out1 it seems). I am using PSP 02.00.01 for DA830. How can I configure the audio, to record both left and right channel and playback also both channels on line out...
    on May 1, 2010
  • Forum Post: PSC Module!

    Atmapuri Atmapuri
    Hi! I found the following code in the EMV DA830 PSP 02.00.01 examples: var pscPrms = new Psc.Params(); pscPrms.devId = 1; Program.global.psc1 = Psc.create(pscPrms); What is the meaning of devId? Sometimes it is assigned a value of 1 and sometimes zero depending on the peripheral device. Is it...
    on May 3, 2010
  • Forum Post: Two DM648 EMACs are not isolated perfectly?

    Ho-Jin Lee Ho-Jin Lee
    Hello. I have tried to use two DM648 EMACs separately. I have followed the instruction of http://tiexpressdsp.com/index.php/Using_two_DM648_EMACs_separately . My system network configuration is shown in the above picture. I want to isolate two EMACs. One EMAC is for data input. The other...
    on May 4, 2010
  • Forum Post: Re: Why the dm648 network init stopped at SetPhyMode?

    David Friedland David Friedland
    I'll ask the PSP team to respond...
    on May 5, 2010
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