• 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 » BIOS forum » All Tags » SYS/BIOS 6
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".

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:
SYS/BIOS 6
  • BIOS
  • BIOS 5
  • BIOS 6
  • BIOS/DSP
  • BIOS6
  • BIOSPSP
  • BIOSPSP_ENG
  • C64x+
  • C6748
  • C674x
  • CCS v4
  • CCSv4
  • Codec Engine
  • DSP/BIOS
  • DSP/BIOS 5
  • EDMA3
  • INTERRUPT
  • IPC
  • IPC BIOS
  • OMAPl138
  • OMAP-L138
  • RTSC
  • SYS/BIOS
  • SYSBIOS
  • SysLink
Related Posts
  • Forum Post: Re: How to change memory configuration in SYS/BIOS for a DM6446 platform?

    Zhao Li Zhao Li
    Hi Shreyas, Thank you for your information. I was able to run the sys/bios6 "Hello World." example with my custom DM6446 board. But i did not have any luck running the sys/bios6 "task" or any other sys/bios6 examples. The compile was fine but when running the program did not...
    on Sep 23, 2011
  • Forum Post: Re: How to change memory configuration in SYS/BIOS for a DM6446 platform?

    Zhao Li Zhao Li
    Hi Dave, Thanks for checking. I resolved part of the issue, that is i was able to configure the mmeory on DSP core and run the program on DSP. I have the other part of the problem where I want to run a "Hello World." example program on DM6446 ARM core with CCS V5.1. The reason is that I...
    on Oct 6, 2011
  • Forum Post: Re: How to change memory configuration in SYS/BIOS for a DM6446 platform?

    Zhao Li Zhao Li
    Hi Steve, Thanks for your reply. I did a "Clean Project" and then a "Build Project" on the ARM_sysbios_Hello_example. The zip of entire directory is attached here. Please note that the linking is not done due to error in memory range overlapping (See below). Please let me know...
    on Oct 7, 2011
  • Forum Post: Re: How to change memory configuration in SYS/BIOS for a DM6446 platform?

    Zhao Li Zhao Li
    Steve, Thanks for the reply. I added these two lines in the hello.cfg and build is OK now. But I could not load the .out file into memory. The error message is as follows: ARM9_0: File Loader: Data verification failed at address 0x82004000 Please verify target memory and memory map. ARM9_0...
    on Oct 10, 2011
  • Forum Post: Re: How to change memory configuration in SYS/BIOS for a DM6446 platform?

    Zhao Li Zhao Li
    Hi Steve, Thanks for the instructions. Can you connect to the board without loading the program? I could not view the memory if the CCS is not in debug mode. Also I checked my GEL in the target configuration, it is empty there in the initialization file. My custom board is booted from flash...
    on Oct 13, 2011
  • Forum Post: Re: How to change memory configuration in SYS/BIOS for a DM6446 platform?

    Zhao Li Zhao Li
    Hi Steve, The problem is the booted Linux kernel on ARM processor. It changed the memory map that prevented me from loading the program. I was able to load the Hello World program after stopping Linux boot. My next question is relating to the Inter Processor Communication (IPC) example. I have...
    on Oct 13, 2011
  • Forum Post: Re: SYS/BIOS XDCTOOLS locate sections

    Ian Cole (old profile) Ian Cole (old profile)
    If I edit the created bios_pe66_x.xdl with the changes below I get the desired effect. single const, far and fardata where I want them. Obviously this is a machine generated file. How can I achieve the results below using xdctools Program.SectionSpec Program.sectMap? SECTIONS { ......
    on Oct 13, 2011
  • Forum Post: Re: SYS/BIOS 6 Static Example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Steve, Thanks for the reply. I checked and it is the CIO display. If I modify part of the program (because I suspect that the clk1Fxn() is not reached for some reason) as the following /* * ======== idl0Fxn ======== */ Void idl0Fxn () { // if (finishFlag) { ...
    on Oct 17, 2011
  • Forum Post: Re: SYS/BIOS 6 Static Example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Shreyas, It looks like my clock is not ticking. See attached jpg file. Can you please tell me where to look for Timer #3 configurations? I am using a standard GEL file evm816x.gel (attached) downloaded from Spectrum Digital. Also the program is a standard program that comes with CCSV5. It almost...
    on Oct 18, 2011
  • Forum Post: Re: SYS/BIOS 6 Static Example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Shreyas, I used memory browser to check the Timer #3 configuration at 0x4804 2038 (timer 3 TCLR). It is 0x0. But it would not allow me to change it to 0x3. I don't know why it does not let me to turn it on this way. On the other hand, i was able to change Timer #1 TCLR at 0x4802 E038 from 0x3...
    on Oct 19, 2011
  • Forum Post: Re: SYS/BIOS 6 Static Example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Alan, I tried your suggestion. It is not working. When I check the Timer register at 0x4802E038 (Timer 1 TLCR), it is 0x3, the Timer register at 0x48040038(Timer 2 TLCR) is 0x0, the Timer register at 0x48042038 (Timer 3 TLCR) is also 0x0. There is no change for those Timer Control Registers by...
    on Oct 19, 2011
  • Forum Post: Re: SYS/BIOS 6 Static Example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Alan, Your script solved my problem!! Now my timer is ticking and all clock related examples are running as supposed to. Thanks a lot. Can you elaborate on why you select TIMER clock to be external 32KHz clock in your GEL script? Have you tried the Inter Processor Communication (IPC) message_multicore...
    on Oct 19, 2011
  • Forum Post: SYS/BIOS 6 Static Example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi, I am trying the SYS/BIOS 6 Static example on my C6A8168 EVM board after successfully running the Hello World example. I would expect some System_printf() statements on the Console to indicate the program is running correctly. But for some reason, i could not get it to display anything on the Console...
    on Oct 17, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    re-attach the two zip files in case the previous post did not get them. Thanks, Zhao (Please visit the site to view this file) (Please visit the site to view this file)
    on Oct 20, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, I changed to two cores as suggested but the problem is still there. It seems i can not pass the Ipc_start() function call on both DSP and ARM. The breakpoints in tsk0_func() are not hit. Why can't I step into Ipc_start() using F5? Any ideas? Thanks, Zhao
    on Oct 20, 2011
  • Forum Post: Re: SYS/BIOS MSP430

    Fred Carter Fred Carter
    Hi Scott, I would like to use SYS/BIOS with a 2618. In the mean time, has anyone tried starting with 5xx SYS/BIOS project and adapting it to a '2xx part? Regards, Fred
    on Oct 21, 2011
  • Forum Post: Re: SYS/BIOS MSP430

    Fred Carter Fred Carter
    Hi Scott, After some more searching, I discovered that one of the SYS/BIOS models is for the MSP430F2274 which is pretty close to the 2618 which I am using. Are there any instructions on how to create a new SYS/BIOS entry? I think I could use the 2274 as a starting point to create a 2618 implementation...
    on Oct 24, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, Any updates on this? Thanks, Zhao
    on Oct 24, 2011
  • Forum Post: Task_disable and HWI

    Deniz Kocak Deniz Kocak
    Hi all, I have a simple data structure (stack implementation) and two or more tasks will use this stack in my system. They have different priorities and I need a synchronization mechanism. The first one come into my mind is semaphores, but I am thinking on alternatives. Therefore, I planned to use...
    on Oct 24, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, Thanks for your reply. I got the zip file. But what file is "message_dsp.x674" and "message_host.xea8f"? How do I use these files to create the DSP and ARM projects? Please give me some instructions. Thanks, Zhao
    on Oct 25, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, These executables do not work for me either. I used a C6A8168 EVM board with DDR2 memory. First i connect to the A8 and then i load and run a GEL file (attached) to initialize the A8 and DSP (c674x() and enableTimers() ), after that I load the DSP with your "message_dsp.x674" and...
    on Oct 25, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, Yes, I did power cycle the board before loading. My C6A8168 EVM board boots from SD card. When it boots, i have to enter a key on the RS232 terminal to stop it from booting into Linux. The terminal is then left with a TI8168_EVM# prompt. Only at this stage will i be able to connect to...
    on Oct 25, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, Here is the info for the board I have. Spectrum Digital 816x/389x DDR2 EVM, ASSY 513830 Rev C. I tried you GEL, it is better. I don't think that i enabled the spinlocks on the board before. Now it passed the Ipc_start() and i could actually see some partial results on the console...
    on Oct 26, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, I am using CCS V5.1. I think it is the latest version. The detailed info is attached. What does CIO mean? What might cause the CIO problem? Thanks again for your effort. Zhao (Please visit the site to view this file)
    on Oct 26, 2011
  • Forum Post: Re: IPC MessageQ example on C6A8168 EVM

    Zhao Li Zhao Li
    Hi Judah, I changed from XDS560V2 STM USB emulator to XDS510 USB emulator, the program seems to be working now with my old emulator. Below is the result to the Console. Please verify if it is correct. I also tried another XDS560V2 STM USB emulator, both XDS560V2 emulators result to the same CIO...
    on Oct 26, 2011
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