2 posts / 0 new
Last post
JancZero
Offline
Last seen:5 years 2 months ago
加入:2016-02-22 19:51
PWM for Software

Hi my question is if I can generate PWM signals using software. to have more PWM signals

Keywords:
PWM
Device:
MT_dialog
Offline
Last seen:2 months 1 week ago
Staff
加入:2015-06-08 11:34
Hi JancZero,

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