• 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 » Low Power RF & Wireless Connectivity » Low Power RF ZigBee® Software & IEEE 802.15.4 Forum » SBL Bootloader when using UART
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS

SBL Bootloader when using UART

SBL Bootloader when using UART

This question is not answered
Derek9531
Posted by Derek9531
on May 11 2012 19:06 PM
Genius5510 points

Hello,

   I've read the "Serial Boot Loader for CC253x.pdf" document, specifically section 11, "Forcing boot-mode or early jump to Application code". I'm using the UART interface and trying to get it to start faster than the one minute. After one minute passes I see the application start and receive bytes on the UART. I'm not able to get the SBL to boot faster by sending it 0x07. When should this byte be sent? Within X mSec after the pulsing the reset line? Also, is there any way of shortening the 1 minute delay?

Thanks,

Derek

fixituntilitsbroken.blogspot.com

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Patrick Cazeles
    Posted by Patrick Cazeles
    on May 12 2012 10:19 AM
    Prodigy140 points

    Hi Derek,

    I didn't succeed to get the UART interface running. However SPI is working fine so the CC2530 is okay.

    Please can you share about your setup ?

    Are you connected to:

    - P1_4/P1_5/P1_6/P1_7 for CTS/RTS/TX/RX and P1_2/P2_0 for CFG0/CFG1

    or

    - P0_4/P0_5/P0_3/P0_2 for CTS/RTS/TX/RX and P0_0/P0_1 for CFG0/CFG1

    Which ZNP image are you using ?

    Many thanks in advance. Best regards, Patrick

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Derek9531
    Posted by Derek9531
    on May 18 2012 19:59 PM
    Genius5510 points

    Hello,

       I'm connected to P1.4/5/6/7 and am using a modified version of ProdHex; modified to run on that USART. I can see the SYS_RESET_IND message sent 50 seconds after startup, and after that I can send/receive on the UART interface just fine. But can't skip the SBL. Do you have a logic analyzer trace?

       I can see on a logic analyzer that the 0x07 is going to the CC2530, but nothing happens. Since the SBL doesn't use flow control, it doesn't matter what those signals are, right?

    Thanks,

    Derek

    fixituntilitsbroken.blogspot.com

    ZNP SBL
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Patrick Cazeles
    Posted by Patrick Cazeles
    on May 19 2012 08:09 AM
    Prodigy140 points

    "Since the SBL doesn't use flow control, it doesn't matter what those signals are, right?"

    That's exactly what I thought when I got Dirty Harry's reply about turning handshake off during the boot loading sequence but, although I didn't check with the logic analyzer since it works fine on my side, I suppose the SBL checks the CTS line level to decide what to do.

    Under .netmf, this is now what my code does and it works fine:

    public void reset() 
    {     
        serialPort.Close();    
        serialPort.Handshake = Handshake.None;     
        serialPort.Open();
     
        resetPort.Write(false);
        Thread.Sleep(100);
         resetPort.Write(true);
        Thread.Sleep(100);

       

        serialPort.Write(new byte[] { 0x7 }, 0, 1);
        serialPort.Close();
        serialPort.Handshake = Handshake.RequestToSend;
        serialPort.Open();
    }

     

    Patrick.

    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