element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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 Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Ultrazed Hardware Design Clock Generator 2 – U6, IDT 8T49N241-048NLGI on Ultrazed-ev board
  • 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
  • Replies 7 replies
  • Subscribers 323 subscribers
  • Views 942 views
  • Users 0 members are here
  • clock
  • ultrazed-ev
Related

Clock Generator 2 – U6, IDT 8T49N241-048NLGI on Ultrazed-ev board

Jonathan101
Jonathan101 11 months ago

Hi,

I changed the frequency of the output clocks in U6 on Ultrazed-ev development board using i2c interface in clock 2 test header.

Is it possible to reset the output clocks in U6 back to default?

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member 11 months ago

    Here is what you are looking for. You will see a text file here that need to be programmed to the EEPROM.

    https://github.com/Avnet/petalinux/tree/master/configs/meta-user/uz7ev_evcc_factest/recipes-apps/eeprom-test/files

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Jonathan101
    Jonathan101 11 months ago in reply to Former Member

    Hi,

    Do you or some of Avnet board have the updated .tcs file that is required by Renesas software 'timing ocmmander' to program the 8T49N241?

    I wasn't able to program it using the .txt file from git

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • bidrohini
    bidrohini 11 months ago

    If the clock configuration you modified was stored only in volatile memory (RAM), simply powering off the UltraZed-EV and then powering it back on will restore the default clock settings.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • iksevas
    iksevas 11 months ago in reply to Jonathan101

    I'm not certain that you can use TIMING COMMANDER to physically program the EEPROM which is necessary to maintain the configuration. Suggestion is to use the TXT file from GITHUB and have the processor use I2C commands and program the TXT file to the EEPROM.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Jonathan101
    Jonathan101 11 months ago in reply to iksevas

    Can you elaborate on how to use the processor to do so?

    You mean I should place xilinx i2c ip core on vivado and connect it to i2c_data and i2c_clk of the eeprom?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • iksevas
    iksevas 11 months ago in reply to Jonathan101

    If you use the UltraZed-EV BSP, the I2C should already be available for you.

    The clock generator U6 is programmed by the EEPROM U5. The CC_SCL/SDA signals are tied to the Carrier Card SOM connectors which maps to an I2C MUX on the SOM, U8. The I2C MUX is fed by the processor I2C interface using MIO24/25 (I2C1 interface).

    The I2C MUX should be programmed to drive traffic to port 0 of the MUX (the CC_SCL/SDA port). You would potentially need some I2C transfers to set this to port 0 if it doesn't default there. The I2C address for this MUX is on the SOM schematic, 0xE0.

    Once traffic is set to CC_SCL/SDA, then you need to write the text file data to the U5 EEPROM. The I2C address for the U5 EEPROM is on the Carrier Card schemtic, 0xA4.

    The Avnet GITHUB has I2C EEPROM examples already. It could just be a matter of reviewing that code and substituting/modifying the code to support the transfer of the text file data.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • James123
    James123 11 months ago

    Yes, you can reset the output clock of U6 to its default value. The 8T49N241 originally supports programming through the I2C interface.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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