element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
PicoZed Hardware Design UART Connection
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 11 replies
  • Subscribers 340 subscribers
  • Views 1169 views
  • Users 0 members are here
Related

UART Connection

zrmireya
zrmireya over 10 years ago

Hi

Please, I need some help. I am working with Vivado 2014.4, I am trying to run Hello World application, but I  get not no connection to TeraTerminal neither Terminal1 using SDK.  I got this error


Connection canceled due to ownership request from org.eclipse.debug.internal.cor
e.LaunchConfiguration.

In Vivado, I selected only UART1 peripheral.  When I tried to use the Preset option I got error ( I used  the ps7.tcl from Picozed.org for Vivado 2014.4)  -- Not a Valid Preset

The PL and PS aparently are programmed. Led FPGA DONE turns BLUE, but PS USER LED is always red.

The driver for UART is installed, I detect COM3 in my PC, but no data serial in the Terminal.  I am using 115200 baud rate.

  • Sign in to reply
  • Cancel
  • zrmireya
    0 zrmireya over 10 years ago

    I forgot to mention, I am working with xc7z030sbg485-1.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bhfletcher
    0 bhfletcher over 10 years ago

    Did you already go through the exercise to install the CP2104 drivers?

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zedhed
    0 zedhed over 10 years ago

    Hi mireya_z_r,

    Also, it might not hurt to verify that SDK is being run with permissions to open the UART.  Perhaps on some machines where user access is restricted, the permissions to access the UART device are insufficient.

    Also, a lot of us simply use an external terminal like Tera Term since it has some advanced features (like scripted input) and this might work better for you as well.  If you go that route, you will want to make sure that when you launch your application with a Debug/Run configuration that the "Connect STDIO to Console" option is disabled.

    http://forums.xilinx.com/t5/New-Users-Forum/Error-opening-JTAG-UART-localhost-1/td-p/479980

    Regards,

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zrmireya
    0 zrmireya over 10 years ago in reply to zedhed

    Hi Kevin
    Thank you for your reply. I tried all your suggest before.  Iu00B4m using  Zedboard for testing applications and all works perfectly. I use Teraterm and disable "Connect STDIO to Console" option (Zedboard works always), Z030 doesnu00B4t.

    Also I was working in Ubuntu, and I have the same problems.  Z030 never transmits information to the console (I am using gtkterm).  Zedboard works.

    Do you have any other sidea where it might be my error.

    Regards,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zrmireya
    0 zrmireya over 10 years ago

    Hi Bryan

    Yes, I installed the drivers. I am sure this is working, because I am working with a Zedboard and everything is fine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zedhed
    0 zedhed over 10 years ago

    Hi mireya_z_r,

    I see now where you mentioned that you are using the xc7z030sbg485-1 device?  Is this a Zynq device that you have on a custom board or are you using a PicoZed 7030 module instead?

    Regards,

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zrmireya
    0 zrmireya over 10 years ago

    Hi Kevin

    I found out what I was doing wrong.
    Thanks for the help

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zedhed
    0 zedhed over 10 years ago

    Hi mireya_z_r,

    I am glad that you found what was wrong.  Is this resolved now?

    If so, would you please post a description of your solution for other community members?

    Regards,

    -Kevin

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to zrmireya

    I also met the same problem with you ,
    can you tell me that how you solve the question
    thx alot

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to zrmireya

    I also met the same problem with you ,
    can you tell me that how you solve the question
    thx alot

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube