• 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 » All Tags » .bios
Share
Embedded Software
  • Announcements
  • Android Android
  • BIOS BIOS
  • Linux Linux
  • Multimedia Software Codecs Multimedia Software Codecs
  • StarterWare StarterWare
  • WinCE WinCE

Browse by Tags

Embedded Software

Welcome to the Embedded Software 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:
.bios
  • #SYS/BIOS
  • .cfg
  • .cfg sysbios
  • .cmd
  • .cmd OMAP-L138 SYS/BIOS
  • .DSP/bios
  • .text
  • [code]
  • _KNL_queues
  • 28035
  • 28x
  • 320C6678
  • 320C6678 NETCP
  • 5515
  • 6000
  • 6437
  • 6670
  • 6678 Ethernet SYS/BIOS
  • 6678 multicast
  • 6713
  • BIOS
  • IPC
  • Memory allocation
  • MessageQ
  • timer
Related Posts
  • Forum Post: Why is it so difficult to assign bios memory sections for SYSBios verses DSPBios?

    William Macre73633 William Macre73633
    This is the Platform window for setting the various fixed (internal) and user defined (external) memory sections using CCS4.2.2. Note that under “Memory Sections” you must select only one section for each of code, data, and stack memory. But as shown in the load maps created with CCS 3.3...
    on May 12, 2011
  • Forum Post: RE: Getting MEM_alloc segid

    will Resnick will Resnick
    Steve, What I want to do is only have to define the size of the buffer once in my .tcf using a variable created in the .tcf and then use that variable to initialize some arrays in my .h files. I also need to reference the variable in my .c files. Is that possible? I am not sure how the print statement...
    on Apr 23, 2012
  • Forum Post: RE: Getting MEM_alloc segid

    will Resnick will Resnick
    Steve, Sorry that I seem so scattered. In returning to the MEM_alloc question, even when I add the extern to my .c file, the compiler still can't find the variable DDR_HEAP. Thanks, Will
    on Apr 24, 2012
  • Forum Post: Linker error

    Taranum Sultana Taranum Sultana
    Hi, I am using TMS320c5515 development kit with ccs version 4. I have used TCF file to create tasks, semaphores and mutex and also using Tcf I am creating a buffer pool of different sizes and trying to allocate the memory from this pool using BUF_alloc. Memory heap has been enabled. Memory model selected...
    on Apr 25, 2012
  • Forum Post: Difference beetween GateAll and GateHwi in SYSBIOS

    A BONNET A BONNET
    hat is the difference beetween these 2 kinds of gates. In the documentation, I understand that in the 2 cases, interrupts are disables when entering the gate to lock resource. I would like to have the most general critical section to share resource beetween tasks or beetween task and hardware interrupts...
    on Apr 27, 2012
  • Forum Post: create Hwi for ducati block DRA64x_DRA65x_

    Mesut Soezuecok Mesut Soezuecok
    Hello, I am using the ducati block and on the m3 core 0 is sysbios running vers. bios_6_32_05_54 How shall be the sysbios Configured ? is these enough var m3Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi'); Which params.eventId shall be used for UART0 ?
    on May 23, 2012
  • Forum Post: Problem with multicore shared data

    Adri��n Gonz��lez Adri��n Gonz��lez
    Hello, everyone. I've been developing a FIR filter for a while in the TMS320C6670 DSP and I need to increase the processing frequency as much as possible. In order to do so, I use DSPLIB to filter (it has good benchmarks) and SYS/BIOS. My idea is to split the input data buffer into 4 segments and...
    on May 23, 2012
  • Forum Post: ERROR: Invalid thread state transition

    Miao Qian Miao Qian
    I designed a project with DSP/BIOS 5.41 on TMS320F28035. When I debugged the project on my board, I always got several error messages of "65535 PRD: begin SEM Posts (0x0000), ERROR: Invalid thread state transition" as shown. Moreover, I failed to watch variables in some tasks, but in other...
    on May 24, 2012
  • Forum Post: DSP2834x development use BIOS

    fortune song fortune song
    Hi Friends, I have a project to develop DSP2834x using BIOS, but I can't find how to transplant BIOS at DSP2834x paltform. I previously succeeded in transplanting DSP/BIOS at DSP28335 and DSP2812 paltform according to spra958. But spra958 doesn't include DSP2834x, and I can't find which...
    on Jun 13, 2012
  • Forum Post: Unable to Creat BIOS Config Server

    winston xue winston xue
    Dear TI: I meet a prolem that I can not open .tcf file using ccs5, the pop-up dialog box said "Unable to Creat BIOS Config Server" and I reinstall ccs5,but the same problem happened. I updata dsp/bios to bios_ccsv4_setupwin32_5_41_13_42.exe, but can not slove the problem also. I have...
    on Jun 21, 2012
  • Forum Post: RTA LOG_printf() - displaying data in time sequence with multiple LOG buffers

    barry mohan barry mohan
    Hi All We are using CCS4.2, Bios 5_41_10_36 on OMAPL138 with emulator (XDS560v2). Usual problem is if we add too many LOG_printf's to the system it affects real time behaviour too drastically - we decided to use multiple LOG buffers/pre-defines to overcome this as follows: #ifdef USE_LOG1 ...
    on Jul 5, 2012
  • Forum Post: Why FVID_exchange() failed?

    guofeng hu guofeng hu
    Hi all: I am using DM6437 connect with TVP5158 decoder to get 2-ch D1 image(line-interleaved mode). I refer to the examle of in the path of \dvsdk_1_01_00_15 \psp_1_00_02_00\pspdrivers.....\loopback\ .But when it runs into : if(IOM_COMPLETED != FVID_exchange(CcdcHandle,&FBAddr)) { VPSS_DBG("VPSS...
    on Aug 11, 2012
  • Forum Post: Binary semaphore in sys/bios

    will Resnick will Resnick
    Hi, I am statically creating a binary semaphore in the .cfg using the right click method in the outline field. Created the name and I see it show up in the source text for the .cfg file. When I try to semaphore_post(nodeConfigured), I get an error on compile saying nodeConfigured is undefined. What...
    on Aug 17, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    Including that file path fixed my issue. It also appears that I don't need to include Semaphore.h. Why is that? Thanks, Will
    on Aug 17, 2012
  • Forum Post: Create a shared timer on the 6678

    will Resnick will Resnick
    Hi, I am trying to create a shared timer for the c6678. I know that sys/bios uses main timer 0 from reading other posts. I also found on other posts to use shared timers 8-15 but I haven't found a post that explains how to do just that. I have the timer test code but it looks like it creates a...
    on Aug 20, 2012
  • Forum Post: Timer_getCount not returning correct value

    will Resnick will Resnick
    In one of my threads I am reading the timer value that I created in my .cfg file. I am testing the functionality and below is my code: startCnt = Timer_getCount(timer8); Task_sleep (1000); endCnt = Timer_getCount(timer8); My count period is set to 1000 in microsec. I would expect to see a difference...
    on Aug 20, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    Hi Todd, So my computer crashed and I needed to reinstall CCS5 and all packages. I now have everything up and going except I am now running into the same semaphore issue. I have the semaphores created in the .cfg file and when I include the global.h file I still get the indentifier ... is undefined...
    on Aug 22, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    Todd, When I look at the global.h file, the #ifdef's are greyed out. Do I need to define anything to get the global.h file to include the .cfg file? Will
    on Aug 22, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    "${PROJECT_ROOT}/.." "${XDC_TOOLS}/packages/xdc/cfg" "${PROJECT_ROOT}/boardSupport" "${CG_TOOL_ROOT}/include" "${NDK_INSTALL_DIR}/packages/ti/ndk/inc" "${NDK_INSTALL_DIR}/packages/ti/ndk/inc/tools" "${BIOS_CG_ROOT}/packages...
    on Aug 22, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    I added #include <std.h> and it did not fix the issue. I was not using std.h instead I was using tistdtypes.h. Is there a diff? Will
    on Aug 22, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    Todd, I received an xdc.tools.configuro error: can't find platform package SADAR
    on Aug 22, 2012
  • Forum Post: RE: Binary semaphore in sys/bios

    will Resnick will Resnick
    Thats all I changed. I think it is best if I restart from the client_evmc6678l example again and slowely put in my changes. I think something is very wrong.
    on Aug 22, 2012
  • Forum Post: Can GIO_submit() asynchronous callback function (returns in hardware context) use SWI_Post() without HWI_exit/HWI_enter

    barry mohan barry mohan
    Hi E2E's Utilising OMAPL138 with CCS4.2 and DSP BIOS 5.41. We recieve a hardware interrupt from FPGA and within c6748 ISR make an asynchronous call to GIO_Submit(). After successful DMA completion the GIO_submit() callback function is entered - we have identified that this callback function...
    on Aug 31, 2012
  • Forum Post: RE: Can GIO_submit() asynchronous callback function (returns in hardware context) use SWI_Post() without HWI_exit/HWI_enter

    barry mohan barry mohan
    Hi Steve You are correct it is related to the original post - but we don't control the PSP package (ie don't know if it uses TConf and dispatcher) we simply call the BIOS function GIO_Submit() and supply if with the required parameters #include <ti/sdo/edma3/drv/edma3_drv.h> #include...
    on Sep 5, 2012
  • Forum Post: RE: Can GIO_submit() asynchronous callback function (returns in hardware context) use SWI_Post() without HWI_exit/HWI_enter

    barry mohan barry mohan
    Hi Again Steve Perhaps the correct question is : Is there a method to check if the GIO_submit() callback function declared as "GIO_AppCallback spi_dma_callback1;" has been pre-configured using the Tconf file. BR Barry
    on Sep 5, 2012
12
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