Solved
How to configure Timer to generate 7K pulses without using interrupt
Hi,
I am using STM32cube IDE and trying to create project for STM32L151RCT6 MCU .
Requirement is like need to create 7Khz (means 143 microsec )pulse(i.e 71.4 micro sec ON and 71.4 microsec OFF) on Timer 4 channel 1 without using interrupt.
Not using PWM also, using counter method .
I checked some examples , all are interrupt based examples.
Please suggest me any link for reference
