• 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) » C6000 Single Core DSP » All Tags » boot
Share
C6000 Single Core DSP
  • Forums
  • Announcements

Browse by Tags

C6000 Single Core DSP

Welcome to the C6000 Single Core DSP 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:
boot
  • 6455
  • 6713
  • 6713 DSK
  • 672x
  • 6747
  • 6748
  • 674x
  • bootloader
  • c6000
  • C6416
  • C6455
  • C6457
  • C64x+
  • C6713
  • C6713 DSK
  • C6713B
  • C6727
  • C672x
  • c6748
  • C674x
  • ccs v3.3
  • DSK6713
  • DSP/BIOS
  • emif
  • emifa
Related Posts
  • Forum Post: Re: c6727 SPI slave boot mode problem

    TimHarron TimHarron
    Hello, There are several Advisories in the C6727B Silicon Errata related to the SPI (slave) peripheral - have you checked into these? Harbour 2. Is there any 16 bit SPI slave boot mode examples available from TI ? Pdf mentioned has only 32 bit flash examples. I believe there are only 32-bit examples...
    on Oct 6, 2008
  • Forum Post: Re: SPI slave boot problems

    KarlLunt KarlLunt
    Spot on, Adriaan! The SET command does, indeed, require transfer of the four words to the DSP in an order that differs from the order in which they are written to the AIS file. Note that the sample implementation (em_protocol.c) in TI's BootUtils folder does NOT alter the order of the words when...
    on Nov 26, 2008
  • Forum Post: Re: i2c boot

    Michael Markov Michael Markov
    I solve this problem by writing tool that converts ccs file in compatible binary. And it works. My next problem is i2c slave boot. Cause my code have size more than on-board EEPROM size. How can I solve this problem?
    on Jul 1, 2009
  • Forum Post: UART boot for biosusb example usbdevhid

    mike stone mike stone
    I made change on the biosusb keyboard hid dev example for sending and receiving 32 bytes data with PC. The memory need is reduced so the program can run on internal memory of c6745. The program run ok on evmomapL137 and can exchange data with a hid application on PC. But it do not work when I tried UART...
    on Oct 7, 2009
  • Forum Post: Bug in DM6437 UART boot flow control?

    AlanZhang AlanZhang
    Hi, We are trying to boot DM6437 from UART (mode=0x1000b, no hardware flow control). Using genAIS tool, we tested a small test program and loaded it into DDR RAM. It went through without CRC error (at least not reported by AIS). Then we tested a slightly bigger program. We constantly got "DATA...
    on Oct 13, 2009
  • Forum Post: Use multiplexed GP0[15:8] after HPI boot process

    Fabion et Fronk Fabion et Fronk
    Hello, we do have a question regarding the multiplexed GP0/HPI pins of the TMS320C6418 DSP. We are developing an universal DSP Board with this DSP and a MSP430F1481 microcontroller serving as host for this system. This µC should initialize the DSP via HPI16, whose pins are multiplexed with...
    on Oct 15, 2009
  • Forum Post: Re: OMAP137 HPI boot problem

    Joe Coombs Joe Coombs
    Can you describe what's happening during/after boot? I'm guessing that you connect via the JTAG and check that your program data is correctly loaded (i.e. using a memory window in CCS). Where is the program counter at this time? Here are some general pointers for HPI boot: Make sure that...
    on Oct 20, 2009
  • Forum Post: Re: OMAP137 HPI boot problem

    Joe Coombs Joe Coombs
    The most likely problem is that your HPI host is not properly signaling the OMAP-L137 bootloader with HINT. Per the bootloader app note, the appropriate sequence is as follows: Host reads HINT bit in HPIC register (must read as 1) Host clears HINT by writing 1 to that bit Host loads program data...
    on Oct 21, 2009
  • Forum Post: booting the tci6486

    albertburbea albertburbea
    Hi all OK, now we have the EMAC0 working, but the question is on a different topic I am trying to boot the tci6486 using the HPI port. I write all the code in the DSP memory, and then assert DSPINT according to TI documentation spruea7c. Guess what? It does not work. We translate the coff file...
    on Oct 27, 2009
  • Forum Post: Re: booting the tci6486

    albertburbea albertburbea
    Hi yes, i can do that. I added an assembler interrupt vector, that loads at 0x800000 (0x10800000 global space) and jumps to _c_int00, as we did in older DSPs. I am not sure if this was the right thing to do, I am not sure if the software is running yet. We also have a new issue: after issueing...
    on Oct 29, 2009
  • Forum Post: Re: booting the tci6486

    albertburbea albertburbea
    Hi yes, I do. Is it possible to connect to the board using CCS and avoid a halt on connect? I mean - while the DSP is running (or not...) , I connect the CCS and maybe break the program execution to see where I am stuck. Also, I wrote Tom that we have a new issue: after downloading and (maybe)...
    on Oct 29, 2009
  • Forum Post: Boot from FLASH

    Arye Lerner Arye Lerner
    Hello, I've written a bootloader for DSP6747 to be booted by ARM master (external device). Now, instead of writting a bootloader, I decided that it would be easier to add to a program that is to be uploaded the function that copies SDRAM to FLASH, when recognizes that FLASH is empty, and next...
    on Jan 10, 2010
  • Forum Post: C6748 UART Boot Problem (Logic Experimenter Kit)

    Matthias39453 Matthias39453
    Hi, I've got the Logic Experimenter Kit to evaluate the C6748. I've build a simple program which toggles a GPIO pin. With the XDS100 Interface I can load and boot software with the Code Composer Studio ( with and without GEL File) and it works fine. Then I was trying to build an...
    on Jan 13, 2010
  • Forum Post: Re: C6748 UART Boot Problem (Logic Experimenter Kit)

    Daniel Allred Daniel Allred
    Matthias, Can you connect with an emulator after the boot has been reported as complete and see where the program is running? My first thought was that this is related to using a GEL file when loading under CCS, but you stated that it worked with and without GEL file. The only other thing I have to...
    on Jan 13, 2010
  • Forum Post: Booting C6748 from SPI1 flash

    Jonathan Berry Jonathan Berry
    We are using the OMAP-L138 EVM development kit from Logic and are trying to get our application to boot from SPI1 flash. The kit comes with both an OMAP and DSP SOM and have decided to develop our application only on the DSP for simplicity. We have build a custom board to mate the SOM to that has some...
    on Jan 27, 2010
  • Forum Post: TMS320 C672x questions from a beginner.

    MegaDocent MegaDocent
    Hello! I am a beginner developer. Though I plan to be engaged in it further, it is my first experience in the field. Now i work with TMS320 C672x (sprs370e) I read many appnotes and other useful info, but i don't understand some things. I am unsure about right understanding some things. My problem...
    on Feb 16, 2010
  • Forum Post: Re: Booting Via Spi Or Uart on 6747

    Joe Coombs Joe Coombs
    Mike, It's interesting that the UART Host utility works for you with one PC but not another. Would you be willing to share some more information about your two PCs? Specifically, I would be curious to know the following: Installed version of .NET framework (or Mono) Serial port used ...
    on Mar 11, 2010
  • Forum Post: Re: AIS Bootloader

    Joe Coombs Joe Coombs
    Arye, I'm sorry that I missed this post! Someone pointed this out to me in a recent discussion, and I wanted to make a (belated) suggestion: have you tried running the boot host utility on another PC? Someone else was able to correct an error case similar to yours simply by using a different PC...
    on Mar 11, 2010
  • Forum Post: Re: AIS Bootloader

    Joe Coombs Joe Coombs
    Arye, Are you trying to boot from SPI flash? In that case, you should make sure that these conditions are met: Generate a binary AIS file (i.e. .bin or .ais; not .h) Store the contents of this file in the SPI flash starting at offset zero That should be all that you have to do. Simply...
    on Mar 11, 2010
  • Forum Post: I2C bootload on c6457

    AndrzejGalas AndrzejGalas
    Hi, we would like to boot load c6457 from flash on I2C. We are able to read from and write to it. We have used before c5455 an we used to prepare an aplication image in the way described in http://focus.ti.com/lit/an/spraae9/spraae9.pdf. Should it be working with c6457? When we program flash...
    on Apr 14, 2010
  • Forum Post: Re: Compact Optomized SRIO Boot loader for 6455

    Tim49547 Tim49547
    Herb was trying to post the question from me as a favor and the question got a little garbled in translation. What really is needed is a smaller TCP/IP stack for a TFTP bootloader. We are using a 6455 evm and trying to boot the mezzanine by TFTP, however the I2C ROM is only 128KB which is a tad smaller...
    on May 3, 2010
  • Forum Post: booting on c6713

    Thomas W. Thomas W.
    Hello! I'm having serious trouble booting my device. Flashing seems to be ok - although I had to write a custom FBTC-programm - the instructions read from the the flash seem to coincide with the code when viewed as disassembly. I'm using: Dev-Software: CCS 3.3.82.13, Integrated Development...
    on May 4, 2010
  • Forum Post: Re: Boot file example for C6455 with PCI initialization

    Francisco Aguilar Francisco Aguilar
    Hello RandyP, Thank you so much for your answer. Yes, we've initialized and configure PCI in the I2C boot process but it is not running. Could it be possible configure PCI peripheral in the DSP boot. We don't know how we can write a DSP boot in C? Do you know some document in which the procedure...
    on May 24, 2010
  • Forum Post: Re: Boot file example for C6455 with PCI initialization

    Francisco Aguilar Francisco Aguilar
    Hello RandyP, I've already read these two documents, but in none of them there are examples of creating a boot file for C6455. Do you know where I can find an example of a boot file (written in C or asm) which initializes the peripherals of C6455 (specially PCI controller)? Any help will be very...
    on May 27, 2010
  • Forum Post: Re: C6748 SPI1 Boot problem

    Joe Coombs Joe Coombs
    Can you try connecting via JTAG after boot? It could be helpful to see where the program counter is.
    on Jun 3, 2010
1234
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