Features Supported
- APIs to setup timer configuration
- APIs to start and stop the timer
- APIs to get the current timer count
- APIs to check for counter overflow and clear timer overflow interrupt
Features NOT Supported
NA
Important Usage Guidelines
- Supports continues and oneshot mode
- When configuring the timer period in micro second the 'periodInNsec' should be set to 0
- Attention
- Timer(TIMER2) is used for the system tick functionality in c7x is also availbale to uses as a timer peripheral for a53 core. Hence use TIMER2 for single purpose either system tick functionality in c7x or timer peripheral for a53 core
Example Usage
Include the below file to access the APIs,
Example usage to initialize the timer
Example usage to start the timer
Example usage to get the current count value
Example usage to stop the timer
API
APIs for timer setup and control