Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (100 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Rajendra Bhatt (8 codes)

Most Downloaded

  1. Network Ethernet Library (11806 times)
  2. FAT32 Library (8641 times)
  3. Timer Calculator (6594 times)
  4. PID Library (5264 times)
  5. Network WiFi Library (5238 times)
  6. SMS home alarm system (4433 times)
  7. External Memory (4124 times)
  8. mikromedia for PIC18FJ - Examples (3575 times)
  9. microSD click - Example (3510 times)
  10. GPS click - Example (3275 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Timer Calculator

Rating:

Author: MikroElektronika Team

Last Updated: 2013-02-04

Category: Timers (Real time clock)

Downloaded: 6594 times

Followed by: 5 users

Timer Calculator is a software development tool used for easier calculation of timer interrupts.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Timer Calculator" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Timer Calculator" changes.

Do you want to report abuse regarding "Timer Calculator".

  • Information
  • Comments (13)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Overview

Timer Calculator is a software development tool used for easier calculation of timer interrupts. This software also generates source code compatible with mikroElektronika Compilers (mikroC, mikroPascal and mikroBasic) and for followinf MCu architectures: PIC16, PIC18, dsPIC30F, dsPIC24/33, PIC32, ARM Stellaris and ARM STM32.


Features

- Timer Calculator is very easy to use and have user friendly oriented IDE.

- Support for the following microcontroller architectures: PIC16, PIC18, dsPIC30F, dsPIC24/33, PIC32, ARM Stellaris and ARM STM32.

- Timer Calculator generates source code for mikroC, mikroBasic and mikroPascal compilers.

- Many predefined settings to load for timer interrupt time.

- Save/Load feature.

- Easy to integrate as a tool in mikroElektronika's compilers. In this mode Timer Calculator will automatically insert a chip name and frequency from your project (for more information see help below).

New Version (2.0.0.0)

- Added support for ARM Stellaris and ARM STM32.

- Added new config files for new supported MCU architectures.


Version (1.5.0.0)

- Added support for dsPIC30F, dsPIC24/33 and PIC32.

- Minor changes in a generated code part.

- Added new config files for new supported MCU architectures.


Version (1.0.1.0)

Bugs Fixed

- Deleted unnecessary initialization of PRx register in Interrupt routine.
- Fixed Regional Settings.
- Fixed bugs with calculate mechanism and values for prescaler.


Next images demonstrate how to implement Timer Calculator as a tool in mikroE IDEs.

ALSO FROM THIS AUTHOR

BigPIC6 Examples

Examples for BIGPIC 6 Development board (18F8520)

[Learn More]

Mikromedia+ for STM32 ARM - RF Communication Example

This is demonstration project how Mikromedia+ for STM communicate over RF. Data is send over simple 'led protocol' (1 byte command). Development board for STM32 with an add-on board nRF Click is used as a receiver device.

[Learn More]

DigiPot click - Example

This program demonstrates the usage of single channel Digital Potentiometer (MCP4161) with 8 bit resolution. Voltage derived from PW pin is read by MCU's ADC. Scaled value is then displayed at PORTD LEDs. User can increase or decrease resitance by pressing buttons RB2 and RB3.

[Learn More]