![]() |
PWM peripheral integration in PULPino - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: PWM peripheral integration in PULPino (/showthread.php?tid=154) |
PWM peripheral integration in PULPino - HariniM - 12-12-2019 Hi, I integrated PWM into PULPino via APB interface. I need to drive PWM signals from TB. Can anyone help me how to drive signals from tb? RE: PWM peripheral integration in PULPino - kgf - 12-12-2019 Hello, If PWM is pulse width modulation, it means you encode the information with the length of the time a signal is at logic-1 within a given period. That should not be difficult to write. But I do not think this has much to do with PULP. Or am I wrong? |