In my new project I need to control a servo. So I need generate on GPIO short impulses from 0.8 to 2ms. I've tried to do it with the timer. But with surprise I have known that the timer tick is equal 1ms. So there are 2 questions:
Can I configure timer that it ticks faster than 1ms?
Is there another way to generate short impulses?
Hi,
You can use the clock component in the PSoC Creator.
Regards,
- Madhu Sudhan