TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (142139 times)
  2. FAT32 Library (75467 times)
  3. Network Ethernet Library (59579 times)
  4. USB Device Library (49581 times)
  5. Network WiFi Library (45370 times)
  6. FT800 Library (45048 times)
  7. GSM click (31487 times)
  8. mikroSDK (30592 times)
  9. microSD click (27907 times)
  10. PID Library (27641 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
Example

STM32 Timers

Rating:

5

Author: Shawon Shahryiar

Last Updated: 2016-03-29

Package Version: 1.0.0.1

Example: 1.0.0.0

Category: Internal MCU modules

Downloaded: 4021 times

Followed by: 7 users

License: MIT license  

Examples of STM32 timer modules with MikroC Pro for ARM.

http://embedded-lab.com/blog/?p=10773

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "STM32 Timers" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "STM32 Timers" changes.

Do you want to report abuse regarding "STM32 Timers".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

STM32 Timer with MikroC Timer Calculator

STM32 Timer Interrupt with MikroC Timer Calculator Software

Watch on YouTube

STM32 Multiple Timer Interrupts

STM32 Multiple Timer Interrupts

Watch on YouTube

STM32 Timer with External Clock

STM32 Timer with External Clock (Counter Example)

Watch on YouTube

STM32 PWM mode with MikroC PWM Library

STM32 PWM mode with MikroC for ARM PWM Library

Watch on YouTube

STM32 Output Compare Mode (PWM Generation)

STM32 Output Compare Mode (PWM Generation)

Watch on YouTube

STM32 Timer Input Capture Mode

STM32 Timer Input Capture Mode Measuring Frequency

Watch on YouTube

STM32 Timer Pulse Width Measurement

STM32 Timer Pulse Width Measurement with Timer Input Capture Mode

Watch on YouTube

STM32 Advance Timer Complementary PWM Mode

STM32 Advance Timer Complementary PWM Mode with Dead Time Generation

Watch on YouTube

STM32 Timer One Pulse Mode

STM32 Timer One Pulse Mode

Watch on YouTube

ALSO FROM THIS AUTHOR

Driving Tiny WS2812B NeoPixel Ring by Bit-Banging STM8S003F3's GPIO

0

The trick is to run the STM8S003F3 micro at max. speed of 16MHz and to use raw coding instead of SPL. Here I found out that the datasheet timing diagrams need not to be fully matched. I also noted that powering the ring is a major issue as the LEDs draw significant amount of power which may cause voltage dips and brownouts for the driver MCU.

[Learn More]

Linear Interpolation of Nonlinear Liquid Level Sensor

0

Liquid level sensors vary resistance with liquid level. Here resistance from the sensor is converted to much more understandable percentage values. However the output from these sensors can be linear or nonlinear. To overcome this issue 8 data points are taken and linear interpolation is used. The code is written with CCS PIC C compiler.

[Learn More]

Security Code Lock with Analog Keypad

5

An ADC-based Keypad Security Code Lock. The code is written with CCS PIC C. https://www.youtube.com/watch?v=4L9Xee64O4M

[Learn More]