Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction


This page gives an overview of tmrctr driver which is available as part of the Xilinx Vivado and SDK distribution.

...


Expected output
Code Block
themeMidnight
Successfully ran Tmrctr interrupt Example

TMRCTR PWM example:


This example demonstrates the use of tmrctr PWM APIs.

Expected output
Code Block
themeMidnight
Successfully ran Tmrctr PWM Example


TMRCTR low level example:


This example deals with the tmrctr low level API's. It starts the timer/counter such that its incrementing by default in the polled mode and checks if the count is changed.

...


Expected output
Code Block
themeMidnight
Successfully ran Tmrctr selftest Example

Changelog

2021.1

2020.2

  • Updated makefile for parallel make execution and incremental build support.

2020.1

  • Updated xtmrctr_intr_64bit_example.c to reduce time required to complete the example

2019.2

  • None

2017.3

  • Resolved compilation warnings
  • Updates XTmrCtr_DisableIntr macro to not to clear T0INT flag.
  • Modified tmrctr.tcl to append 'U' to all constant definitions exported from the tmrctr driver to the xparameters.h

Related Links