• 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 » Embedded Software » BIOS » All Tags » DSP/BIOS
Share
BIOS
  • Forum
  • Announcements

Browse by Tags

BIOS

Welcome to the BIOS 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".

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:
DSP/BIOS
  • 6748
  • 6748 -OMAP -L138
  • BIOS
  • BIOS 5
  • BIOS 6
  • BIOS/DSP
  • BIOS6
  • BIOSPSP
  • BIOSPSP_ENG
  • C6000
  • C64x+
  • C6678
  • C6747
  • C6748
  • C674x
  • ccs
  • CCS v3.3
  • CCS 3.3
  • CCS 4
  • CCS v4
  • CCS4
  • CCSv4
  • CCSv5
  • code Composer studio
  • Codec Engine
Related Posts
  • Forum Post: Bug in the generic EDMA McBSP driver?

    Robert9862 Robert9862
    I'm working on a IOM mini-driver based on the generic EDMA McBSP Device Driver for TMS320C6x1x DSPs (SPRA846A). In my opinion, there is a bug in c6x1x_edma_mcbsp.c which turns up when using two instances of the driver on a c6713 dsp: On line 675 both instances get the same EDMA channels and therefore...
    on Mar 18, 2009
  • Forum Post: Graphically edit tcf

    Flamingo Flamingo
    I'm using a full version of CCStudio 3.3. I have a project that uses Configuration1.tcf. I would like to change some of the project settings, but find that when I select Configuration1.tcf and right click to select the DSP/BIOS Config->Graphical Edit, it brings up the regular text editor (of...
    on May 13, 2009
  • Forum Post: MEM_alloc using DSP/BIOS

    Penny9692 Penny9692
    Dear Sir: I want to use MEM_alloc or malloc in my program like this char *a = (char*)malloc(10); First, when I didn't choose "No Dynamic Memory Heaps", of course I got return a=0x0. Next, I disable "No Dynamic Memory Heaps" and make DDR2 "create a heap in this...
    on Jul 13, 2009
  • Forum Post: DSP/BIOS 6 timer/tick setup

    David Stark David Stark
    I am using OMAP-L138 EVM with CCS4 trying to evaluate DSP/BIOS 6 on the DSP core and Linux on the ARM core. I am using the builtin XDS100 for debugging. I don't have any issues w/ the Linux side, but the BIOS timing seems way off. I wrote a basic "blinky" app in a BIOS task to blink the...
    on Dec 30, 2009
  • Forum Post: DSP/BIOS 6 Example for CCS4

    mjones mjones
    I have installed CCS4.1 with DSP/BIOS 6.21. I am migrating from CCS3.1 and DSP/BIOS 5.2. Where can I find a Flash project example using CCS4 and BIOS 6? I am not sure if the use of the code start branch code has changed. I am pretty familiar with creating a Flash project using older BIOS, but there...
    on Feb 1, 2010
  • Forum Post: BIOS timer (tick generator selection) selection for BIOS 6

    Yokoyama, Atsushi Yokoyama, Atsushi
    Champs, I have a question about kernel timer (or tick generation) for DSP/BIOS 6 (exactly 6.21.00.13). Yes, using together with CCS v4. My background is multicore C64x+ DSP (or Faraday).. So far, we can specify which hardware timer is used, or which HWI vector is assigned, and which core should...
    on Feb 24, 2010
  • Forum Post: Passing arguments to a SWI

    TommyG TommyG
    I want to setup DSP BIOS SWI and define 1 or 2 arguments to be passed to the SWI. How do I define the arguments in my code? Should they be declared as globals? It is not very clear in the DSP BIOS User's Guide. Thanks.
    on Mar 1, 2010
  • Forum Post: [BIOS6] Adding ti.sysbios.rta.Agent and assignment something.common$.logger confict

    Yokoyama, Atsushi Yokoyama, Atsushi
    Champs, I found an example for Logger module as following in Bios_User_Guide.pdf. It works well. var LoggerBuf = xdc.useModule('xdc.runtime.LoggerBuf'); var Load = xdc.useModule('ti.sysbios.utils.Load'); var Diags = xdc.useModule('xdc.runtime.Diags'); var loggerBuf =...
    on Mar 12, 2010
  • Forum Post: How to get time stamp from DSP/BIOS

    Chee-Beng Ang Chee-Beng Ang
    I need to perform data logging with time stamping with my C674x and BIOS 5.41. May I know where can I get the time stamps? Does BIOS modules contain any time stamping call? The closest I can get right now is the bigtime example using PRD module. Is there other way? Best still, this timer functionality...
    on Mar 16, 2010
  • Forum Post: Re: Sample program of McBSP on OMAP-L138EVM

    Arnie Reynoso Arnie Reynoso
    Tsuru Q1: It assigns HSRTDX to HWI7/8/9/10. Does it work on OMAP-L138 EVM with XDS100 circuit? XDS100 doens't support RTDX and HSRTDX. See: http://tiexpressdsp.com/index.php/XDS100#Features_NOT_supported.C2.A0 Tsuru Q2: Why does it assign HSRTDX to HWI7/8/9/10. HSRTDX...
    on Mar 18, 2010
  • Forum Post: Where can I download the IPC component?

    Brett Olsen Brett Olsen
    I would like to build new software using Linux as the OS, and while I can find the dspbios6 and xdc download packages from TI's website, I cannot find the IPC package anywhere! This package is mentioned in the dspbios web page but my build cannot find the ' ti.sdo.io ' and 'ti.sdo...
    on Mar 25, 2010
  • Forum Post: Can I make the BIOSUSB's example run without JTAG?

    Haoxing Li Haoxing Li
    How to make the BIOSUSB's example run without JTAG Hi,gays I'm using OMAPL137 evm and want to run BIOSUSB's example without JTAG for example download ais file to spi_flash I'v downloaded the ais file generated by AISgen.exe and sure the BOOT mode is correct,but the programe can...
    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: RTSC configuration problem

    Marc Baetens Marc Baetens
    Hi, I'm pretty new to CSS and TI hardware. I have a standard project linked to TMS320F28335 which compiles and links fine. this project is linked to the F28335 linker command file where all memory sections are defined. I now wanted to convert the project and make use of the DSP/BIOS...
    on Apr 4, 2010
  • Forum Post: RTSC module access problem

    Marc Baetens Marc Baetens
    Dear, I'm building an application with CCS4. I have a project with a linked RTSC project. Up to know, everything compiles and links correctly, however I want to use DSP/BIOS and I want to start using the "Mailbox" module I have two questions: QUESTION 1: I click on my...
    on Apr 11, 2010
  • Forum Post: DSP/BIOS revision recommendation to run on the F2808

    James Mello James Mello
    Hello, I am trying to run DSP/BIOS 6.21.01.16 on the TMS320F2808 using CCS 4.1.1.00014. I have spent more than a week getting familiar with the process of building a RTSC project to find that I could not fit enough of the BIOS into flash for it to run. There certainly is not enough RAM on this chip...
    on Apr 23, 2010
  • Forum Post: DSP/BIOS versus SYS/BIOS

    Jerry46091 Jerry46091
    Sometimes TI documentation speak about "DSP/BIOS", sometimes they speak about "SYS/BIOS". What is the difference? Thanks, Jerry
    on May 5, 2010
  • Forum Post: What is the right memory choice for different segments on DSP C6748 with 128M DDR

    Pavel Livshits Pavel Livshits
    Hello, I have two questions about dealing with memory on DSP C6748 with 128M DDR. My first question is about the right memory for different types of segments. First I tried to put everything on DDR with 64K L2 Cache but then my project refused to run to main. So I had to play with the entire segment...
    on May 18, 2010
  • Forum Post: How to find the time a function executes on the c6713 dsk using the DSP/BIOS?

    Richard Mersenski Richard Mersenski
    I am having trouble trying to get any kind of execution time for the functions in my program. I am using the c6713 DSK and so far I have tried using the method employed by the DSP/BIOS – GS2 tutorial's “Adding Explicit STS Instrumentation” in the Code Composer Studio Tutorial...
    on May 18, 2010
  • Forum Post: Any potential downfalls with repeated task creation and deletion?

    SQ SQ
    Dear DSP/BIOS experts, My team is using BIOS version 5.33.06 with code gen tools version 6.1.14 on the C6748 DSP. In our application we have a long-running process (on the order of 20 seconds or more) that sometimes needs to be preemptively aborted. The scenario here is when some outside entity (i...
    on May 21, 2010
  • Forum Post: Re: Code/stack tracing

    Arnie Reynoso Arnie Reynoso
    You might be able to get that same information about TSK context using the TSK hook functions is DSP/BIOS. These hook functions allows for setting custom functions into the create, delete, exit switch, and ready phase of TSKs. For more information on the TSK function hook, see the DSP/BIOS API Guide...
    on May 28, 2010
  • Forum Post: Changing segment address with DSP/BIOS

    Arya Stark42598 Arya Stark42598
    I'm using the new DSP/BIOS (6.20.02.43) with CCSv4. In case I want to, for example, start my L2 from a later address, how can I do that? Without DSP/BIOS, I'd just change the line in my .cmd file to SL2RAM: o=0x800100 l=..., but with DSP/BIOS I can't find where it's defined... ...
    on May 31, 2010
  • Forum Post: DSP/BIOS MEM_alloc() function

    elfuhr elfuhr
    Does anyone know the implementation of the DSP/BIOS MEM_alloc()-function since DSP/BIOS version 5.20 or greater. We need to print a list of the complete allocated memory in a memory segment. Our goal is to understand the allocation mechanism, to find memory leaks and to optimize the allocation process...
    on May 31, 2010
  • Forum Post: Re: How to find the time a function executes on the c6713 dsk using the DSP/BIOS?

    Richard Mersenski Richard Mersenski
    Well I still have not figured out a way to directly measure the time for the functions to run. I am not sure if I have to initialize a timer using the CSL or is that already done if I am using the DSP/BIOS?
    on Jun 7, 2010
  • Forum Post: VECT Memory Needs Resize

    Alex Laird Alex Laird
    When I go to compile in CCS 3.3, during linking an error occurs telling me 100 blocks cannot be allocated in VECT memory. When I look in the configuration tool, this makes sense since the VECT memory segment is only 80 blocks long, but I am not allowed to resize this memory segment. What is this error...
    on Jun 21, 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