Hello all,
I found the solution and its details are mentioned below -
1. In the Kinetis Design Studio opened the "Processor Expert" Created new Timer Component.
2. Used LPTMR0 in counter mode, kept the Input clock source as Internal and from the settings provided selected the Clock source from ERCLK32K. Clock source to the ERCLK32K is External RTC.
3. Counter restarted on every timer tick and generated interrupt to toggle the GPIO pin on event.
However in this generated code Pin toggling is not working automatically and need to write separate in code and I'm not having other timer sources available. So any suggestions to optimise the code are appreciable.
