Page 1 of 1

Need more timers on ESP32-S3

Posted: Tue Oct 01, 2024 3:15 am
by Slinisa
I used all 4 timers on my ESP32-S3 project and I found out I'll need some more. I previously worked on some other MCU that had a similar number of timers, but had a MCP module that had it's own timers that were available. I can see that ESP32-S3 also has MCPWM module with timers so I was wondering if it's possible to use it (together with callback on timeout), I tried to write some code to utilize it, but it didn't work, and there are so little examples on the internet. If this is indeed possible, can anyone point me to where to find a code example? Or some other solution?

Thanks in advance.

Re: Need more timers on ESP32-S3

Posted: Tue Oct 01, 2024 4:47 am
by chegewara

Re: Need more timers on ESP32-S3

Posted: Tue Oct 01, 2024 11:45 am
by Slinisa
Thanks for your reply.
I would prefer to have a hardware timer, but if nobody offers a different solution, I'll have to use them.