• 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 Multicore DSP » Keystone Multicore Forum (C66, 66A, AM5) » Can't get the right BOOTMODE value after I2C boot process
Share
C6000 Multicore DSP
  • Forums
  • Announcements
Options
  • Subscribe via RSS
Training Available
TI provides self-paced online training that introduces the primary components of the KeyStone II family of SoC devices.

  • KeyStone II SoC Overview >
  • KeyStone II Software Overview >
  • KeyStone II ARM Cortex-A15 Corepac Overview >
  • More Information >
  • Check out
    Multicore Mix blog
    • $core_v2_blog.Current.Name

      OpenMP - All aboard!

      Posted 9 hours ago
      by Debbie Greenstreet
      With so many end products today relying on multicore DSPs for...
    • $core_v2_blog.Current.Name

      A look back: Two years of Multicore Mix

      Posted 1 day ago
      by Lauren Reed1
      A big thank you to everyone who participated in our contest last...
    • $core_v2_blog.Current.Name

      It’s our second anniversary, but you get the present!

      Posted 8 days ago
      by Lindsey Bare
      It’s hard to believe it’s already been two years...

    Can't get the right BOOTMODE value after I2C boot process

    Can't get the right BOOTMODE value after I2C boot process

    This question is answered
    Allen Lee
    Posted by Allen Lee
    on Apr 25 2012 21:43 PM
    Genius3500 points

    Hi All,

    I have tried to go through the I2C boot process according to the recommended steps. But when I intend to return to the emulation boot mode by switch SW3[2:4] = '000', it failed and GEL output the bootmode=5 which is still in I2C bootmode.

    Then I test some other switch status such as SW3[2:4] = '111' , but the GEL also read out the bootmode = 5.

    Any suggestion?

    Allen

    Please press the "Verify Answer" button if you think the post is helpful to your question.Thanks.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • one and zero
      Posted by one and zero
      on Apr 26 2012 03:06 AM
      Expert6825 points

      Hi Allen,

      please make sure you apply a POR (Power on reset). The device configuration pins are
      latched only during power-on reset.

      Kind regards,

      one and zero

       

      Please click the Verify Answer button on this post if it answers your question.

      You can also follow me on Twitter: http://twitter.com/oneandzeroTI

      Do you want to read interesting multicore articles? Check out our Multicore Mix

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Allen Lee
      Posted by Allen Lee
      on Apr 26 2012 04:27 AM
      Genius3500 points

      Hi 1&0,

      Do you mean POR as cut off the power and then power on the EVM?

      I always do like that, but the situation remains.

      Allen

       

      Please press the "Verify Answer" button if you think the post is helpful to your question.Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • one and zero
      Posted by one and zero
      on Apr 26 2012 04:55 AM
      Expert6825 points

      Hi Allen,

      yes that's want I meant. Or pushing the Full reset button on the EVM which also generates a POR.

      Which EVM are you using? Are you using the on-board emulator?

      Have you also tried re-launching CCS?

      Kind regards,

      one and zero

       

      Please click the Verify Answer button on this post if it answers your question.

      You can also follow me on Twitter: http://twitter.com/oneandzeroTI

      Do you want to read interesting multicore articles? Check out our Multicore Mix

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Allen Lee
      Posted by Allen Lee
      on Apr 26 2012 07:22 AM
      Genius3500 points

      Hi 1&0,

      Yes, I have tried these method you mentioned.

      And I'm using XDS560v2 on-board emulator and C6678EVMLE.

      What's the possibility of the DIP switch become invalid and does not work?

      Allen

      Please press the "Verify Answer" button if you think the post is helpful to your question.Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • one and zero
      Posted by one and zero
      on Apr 26 2012 08:02 AM
      Expert6825 points

      Hi Allen,

      could you check the content of the DEVSTAT register at address 0x02620020 using the memory window? (see 3.3.1 Device Status (DEVSTAT) Register in the datasheet)

      Just to make check that the GEL file gives you the correct result ..

      Checking the DIP Switch would be the next thing. I guess verifying the voltage levels at the DIP switch is quite easy on the EVM ...

      Kind regards,

      one and zero

       

      Please click the Verify Answer button on this post if it answers your question.

      You can also follow me on Twitter: http://twitter.com/oneandzeroTI

      Do you want to read interesting multicore articles? Check out our Multicore Mix

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Allen Lee
      Posted by Allen Lee
      on Apr 26 2012 20:07 PM
      Genius3500 points

      Hi 1&0,

      Yes, I have checked the memory content of 0x2620020, it shows the bootmode value is 0x5, so the GEL gives the corresponding result.

      The problem seems the new DIP switch value is not latched into the chip. I will check the voltage level later.

      Allen

      Please press the "Verify Answer" button if you think the post is helpful to your question.Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Allen Lee
      Posted by Allen Lee
      on Apr 26 2012 22:06 PM
      Verified Answer
      Verified by Allen Lee
      Genius3500 points

      Hi 1&0,

      I have found the reason, I  forgot to load the ibl to 0x80000000 before writing it to EEPROM, so the 0x80000000 hold the old value of the step of nand writing. After loading correctly , the BOOTMODE value become normal.

      So  why the wrong writing of EEPROM will take influence on the behavior of BOOTMODE? I checked the schematic of EVM, it seems the latched value of bootmode will be send to the FPGA XC3S200AN, so does it means it's the FPGA's responsibility to read the value of SW3[2:4] and latch it on the DEVSTAT register? Because FPGA's behavior is related to EEPROM's content, so the mistake take place in this process while wrong data located in EEPROM.

      Am I right?Thanks.

      Allen

       

      Please press the "Verify Answer" button if you think the post is helpful to your question.Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • one and zero
      Posted by one and zero
      on Apr 27 2012 01:35 AM
      Verified Answer
      Verified by Allen Lee
      Expert6825 points

      Hi Allen,

      yes that's correct. The FPGA sits in the middle between the DIP switches and the DSP. So if the FPGA is not programmed correctly this can lead to unexpected behaviour,

      Thanks for sharing your findings with us ...

      Kind regards,

      one and zero

       

      Please click the Verify Answer button on this post if it answers your question.

      You can also follow me on Twitter: http://twitter.com/oneandzeroTI

      Do you want to read interesting multicore articles? Check out our Multicore Mix

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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