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
Software Application Development xtmrctr.h file cannot be found
  • 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 13 replies
  • Subscribers 328 subscribers
  • Views 3073 views
  • Users 0 members are here
Related

xtmrctr.h file cannot be found

Former Member
Former Member over 11 years ago

I am trying to complete the helloworld tutorial with the imbedded axi_timer and axi_gpio. This is in Chapter 3 of the Zynq ZedBoard Concepts, Tools and Techniques document. After exporting the design to SDK I cannot compile and run the design because the helloworld.c file calls out an include for the xtmrctr.h file.

Where is this file? It does not seem to be included in the zip file where the tutorial came from and I cannot find it on the xilinx web site either.

Any help would be appreciated.

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago in reply to Former Member +1
    Gary, Thanks for the help. That got me farther down the path, but now the compile fails searching for variables such as XPAR_AXI_GPIO_0_DEVICE_ID, XPAR_AXI_TIMER_0_DEVICE_ID, and XPAR_XGPIOPS_NUM_INSTANCES…
  • Former Member
    Former Member over 11 years ago in reply to Former Member +1
    Paul, I have seen the issue with XPAR_AXI_GPIO_0_DEVICE_ID and XPAR_AXI_TIMER_0_DEVICE_ID. If you take a look in the xparameters.h file that was generated when the BSP was generated (look in the 'include…
  • Former Member
    Former Member over 11 years ago in reply to Former Member +1
    Gary, The xparameters.h file does not have any definitions in it for XPAR_AXI. Are there multiple xparameters.h files that could be copied into my working directory? Does the file depend on the hardware…
Parents
  • Former Member
    0 Former Member over 11 years ago

    Hello Paul,

    When SDK creates the BSP it reads the HW platform and adds the appropriate drivers for each of the peripherals. When you added the axi timer to your hardware design in the previous experiment and exported the design to SDK the new hardware should have been detected and the BSP should have added xtmrctr.h to the project along with the device drivers. You can take a look at the system.mss file (located under Hello_world_bsp in the SDK project if it is not already open), under 'Peripheral Drivers' and see if the axi_timer drivers have been included. If not, this is the problem. If the export of the hardware design to SDK was successful you might try a 'clean' of the SDK projects to see if the BSP will rebuild correctly. Otherwise you might need to go back to Vivado, make sure the design including the axi_timer is 'open' and export the design to SDK again.

    Regards,

    -Gary

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

    Hello Paul,

    When SDK creates the BSP it reads the HW platform and adds the appropriate drivers for each of the peripherals. When you added the axi timer to your hardware design in the previous experiment and exported the design to SDK the new hardware should have been detected and the BSP should have added xtmrctr.h to the project along with the device drivers. You can take a look at the system.mss file (located under Hello_world_bsp in the SDK project if it is not already open), under 'Peripheral Drivers' and see if the axi_timer drivers have been included. If not, this is the problem. If the export of the hardware design to SDK was successful you might try a 'clean' of the SDK projects to see if the BSP will rebuild correctly. Otherwise you might need to go back to Vivado, make sure the design including the axi_timer is 'open' and export the design to SDK again.

    Regards,

    -Gary

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

    The clean did not help so I took the drastic step of starting from scratch. I get through to the SDK startup and the .mss shows that it has the peripherals installed. I got through a compile, but the output to the screen is simply hello world which is from the original file. I open the helloworld.c file in the SDK editor and it shows the new file and hello is not in the file other than the name, so SDK shows one file but apparently is compiling the old, or is loading the old output file.

    • 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