You can generate PWM signals by using the timers of the 580, if not using the PWM functionallity of the timers you can use them to define the granularity of the timers you will implement by software. An idea could be to use the systick timer as your base instead of the hardware timers.
Hi JancZero,
You can generate PWM signals by using the timers of the 580, if not using the PWM functionallity of the timers you can use them to define the granularity of the timers you will implement by software. An idea could be to use the systick timer as your base instead of the hardware timers.
Thanks MT_dialog