• 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 » No Devices found Z tool
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS

Forums

No Devices found Z tool

This question is not answered
sumit chouhan
Posted by sumit chouhan
on Jun 14 2012 22:05 PM
Prodigy205 points

Hi,

I have made the hardware MSP430F2618 + CC2520...

and I am trying to use z tool. I am using

MSP430F2618
HAL_UART=TRUE
MT_SYS_FUNC
MT_ZDO_FUNC
MT_ZDO_CB_FUNC
MT_UTIL_FUNC
MT_ZDO_MGMT
ZAPP_P1
ZTOOL_P1
MT_TASK

compile options and the board is connected to PC via a USB and a printer parallel port ( RS232 is there to program the board)(I don't

know how it sounds) after downloading it says 0 errors and warning, Now I start the  Z tool 2.0 which scans the device and says No devices 

found. I have also tried going to tools-> settings -> serial Devices it shows to COM port COM1 and COM8..I think COM8 is for the USB which is connected

to the board and COM1 is for mouse. But it doesn't show LPT1 (Printer port of CPU which is getting used to program i think) have tried changing the 

HANDSHAKE RTC/CTS and NONE but nothing is happening for me now it always shows NO Devices Found.

Kindly Help it's really urgent.

Thanks a lot.

Regards 

Sumit

No devices found Z tool
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Suyash Jain
    Posted by Suyash Jain
    on Jun 20 2012 12:21 PM
    Expert3380 points

    Hello Sumit,

    You should be able to use the Z-Tool with the MSP430F2618+CC2520 design. I will recommend comparing your design against a reference point.I took the sample application GenericApp with ZStack-MSP2618 release used the following compile options:

    MSP430F2618
    ZTOOL_P1
    MT_TASK
    MT_SYS_FUNC
    MT_ZDO_FUNC
    LCD_SUPPORTED

    Then, on Z-Tool for the baud rate used the following settings: BaudRate: 38400, Stop Bits: 1. Parity: None, Data Bits: 8, Handshake: RTS/CTS

    On SmartRF05 Board (in my case Rev 1.8.1) ensure that the RS232 enable switch P14 is set properly (RS232 enabled) and switch P19 is set to select MSP on EM selection.Then you should be able to detect the device using Z-Tool. Can you please compare if you are doing these things and compare your hardware connections with the reference design. Please let me know if you have any questions and if you were able to get the device detected via the Z-Tool.

    Regards

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Suyash Jain
    Posted by Suyash Jain
    on Jun 20 2012 12:31 PM
    Expert3380 points

    Also, my reference hardware was CCMSP-EM430F2618 board + CC2520 + SmartRF05EB board + RS232 cable connecting the SmartRF05 board to the PC.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • sumit chouhan
    Posted by sumit chouhan
    on Jun 20 2012 19:10 PM
    Prodigy205 points

    Hey Suyash,

    Thanks a lot for reply !

    But look I don't have SmartRF05EB board, I just have MSP430F2618 + cc2520 board and this board has a 14 pin ISP port via which I programmed the board.

    And I am able to run the sample applications on it, and also I can send messages and can detect on other zigbee devices.

    I programmed using MSP430 USB-DEBUG-Interface (MSP-FETU430IF), So when I start z tool my design is just a MSP430F2618 + cc2520 board connected to CPU with an USB connector and MSP430 USB-DEBUG-Interface (MSP-FETU430IF to the 14 pin ISP port via which i programmed the device) and both are serial and the z tool detects both devices two com port for the devices and the settings are same as you mentioned.

    So I am not using the smartRF05EB board, some where i read that it is needed only when your MSP430F2618 + cc2520 board does not have rs232 port but by MSP-FETU430IF I can send data serially so I don't think that it should be a problem but I am not sure.

    So your suggestions ??...

    Thanks a Lot !

    With best regards

    Sumit

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Suyash Jain
    Posted by Suyash Jain
    on Jun 21 2012 13:02 PM
    Expert3380 points

    Hello Sumit,

    The code uses Port Pins P3.4 and P3.5 for UART

    #define HAL_UART_PORT_CONFIG()         { P3SEL |= BV(4) | BV(5); }      /* P3.4, P3.5 - UCA0TXD and RXD */

    Please make sure you are connecting the port pins correctly for UART port used by Z-Tool.

    Regards

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Vladimir Makukha
    Posted by Vladimir Makukha
    on Sep 19 2012 14:23 PM
    Prodigy50 points

    It turns out that a lot of people (including me), running Z-Tool, are getting message «No devices found".

    Here is the steps you need to do for disappearing angry message «No devices found" when you run the Z-Tool. It is checked for Windows 7 (in Windows 8 it is not working), for the board MSP430FG4618/F2013 Experimenter's Board, for Zstack-1.4.3-1.2.0 (works with all versions Zstack).

    Naturally, in the IBM PC COM port is set to 38400, 8 bits, 1 stop bit, no parity.

    What is needed:

    1. In IAR in Project in Options... C/C++ Compiler item, on the Preprocessor tab in Defined symbols: (one per line) box, at least, to write

    MSP430FG4618

    MT_TASK

    ZTOOL_P1

    2. In accordance with the scheme of the board, shown in the document slau213a.pdf MSP430FG4618/F2013 Experimenter's Board User's Guide, page 19, it is clear that the information's transmit to IBM PC is impossible, if not set the active level of DTR. Therefore, in the Z-Tool settings select Tools → Settings → Serial Devices → COM1 (or COM X) → Edit → Handshake DSR / DTR.

    It must to work.

    The issue was solved thanks to European University Program of TI, especially thanks to Robert Owen.

    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