• 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 » cc2530 with cc2590 using 2.4.0 stack
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS

cc2530 with cc2590 using 2.4.0 stack

cc2530 with cc2590 using 2.4.0 stack

This question is answered
dan spacek
Posted by dan spacek
on Apr 17 2012 10:03 AM
Prodigy50 points

I cannot get PAEN and EN signals out of the 2530 to properly handle the 2590, they are both high all the time. I can run xmit receive tests via RF studio successfully and all looks good, low error rates and good transmissions ranges. I am using P1_5 as the connection to EN on the 2590 and P1_2 as the connection to PAEN.  The following setting are used within are code and these values are also used within RF Studio: RFC_OBS_CTRL0 = 0x068; OBSSEL2 = 0xFB;  RFC_OBS_CTRL1 = 0x6A; OBSSEL5 = 0xFC;  I am also using the HAL_PA_LNA_2590 compiler option.  I can connect two devices but the power is very power and the connection range is not even 10 feet.  I verified that the PAEN and EN signals are both high(the not allowed section of the truth table for these signals).  I searched other postings on this topic and found about 1/2 a dozen but not a one that had any resolution, and so I type here.  I'd appreciate any comments any readers may have, Thanks.

cc2591 CC2530 Z-Stack ZigBee
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Igor Sherer
    Posted by Igor Sherer
    on Apr 19 2012 05:28 AM
    Guru22030 points

    Hi Dan,

    What is the module controlling PAEN and EN signal.

    It looks like the configuration of these pins is wrong, or the

    configuration is right but the output isn't toggled as it should be.

    Br,

    Igor

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • dan spacek
    Posted by dan spacek
    on Apr 20 2012 06:23 AM
    Prodigy50 points

    Igor, you are correct in that our h/w configuration is PAEN on P1_2 and EN on P1_5.  Its what worked out best for our h/w design.  I am told by TI personnel that this should work but does not, wanted to see if others were experiencing this.  Thanks for your comment.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Brian Costabile
    Posted by Brian Costabile
    on Apr 25 2012 12:32 PM
    Intellectual260 points

    There are 3 control signals on the CC2590 (PAEN, EN, and HGM). PAEN and EN must connect to the CC2530 to P1_0 - P1_5 because those are the only port pins where the hardware observation signals can be brought out to. The HGM control can be connected to any available port pin on the CC2530.

    By default the TI-MAC assumes you've connected PAEN to P1_1 and EN to PA1_4. The IO pin configuration for that is in mac_radio_defs.c. I believe this code snipit will configure the pins as you need:

     

        /* (Re-)Configure PA and LNA control signals to RF frontend chips.
        * Note that The register values are not retained during sleep.
        */
    #if defined( DAN_SPACEK_BUILD )
        /* P1_2 -> PAEN */
        RFC_OBS_CTRL0 = RFC_OBS_CTRL_PA_PD_INV;
        OBSSEL2       = OBSSEL_OBS_CTRL0;

        /* P1_5 -> EN (LNA control) */
        RFC_OBS_CTRL1 = RFC_OBS_CTRL_LNAMIX_PD_INV;
        OBSSEL5       = OBSSEL_OBS_CTRL1;
    #else
        /* P1_1 -> PAEN */
        RFC_OBS_CTRL0 = RFC_OBS_CTRL_PA_PD_INV;
        OBSSEL1       = OBSSEL_OBS_CTRL0;

        /* P1_4 -> EN (LNA control) */
        RFC_OBS_CTRL1 = RFC_OBS_CTRL_LNAMIX_PD_INV;
        OBSSEL4       = OBSSEL_OBS_CTRL1;
    #endif

    Also make sure you've defined HAL_PA_LNA_CC2590 as a preprocessor define

     

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • dan spacek
    Posted by dan spacek
    on Apr 27 2012 10:31 AM
    Verified Answer
    Verified by dan spacek
    Prodigy50 points

    I found that the issue was not restoring the 4 registers when returning from Sleep mode.  I had covered but not all of these situations.  The destruction of these register values during sleep mode is buried pretty well in the literature.

    Thanks to all,

    Dan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • soha soha
    Posted by soha soha
    on May 30 2012 02:34 AM
    Prodigy20 points

    hello sir,

     i'm currently working on 2530 +2590 + the antenna. i would been grateful to u if could u please help me out wit the hardware design(application ckt) of 2530 wit 2590? and the best suited antenna.. in this set up i wish to increase the range.

    thanks 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Brian Costabile
    Posted by Brian Costabile
    on May 30 2012 11:47 AM
    Intellectual260 points

    TI has a good app note on connecting up the 2590 to the 2530.

    http://www.ti.com/lit/an/swra375/swra375.pdf

    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