HardwareTimer: No method to set master mode selection #1381
Replies: 2 comments
|
Hi @darkstar007, Tackling timer master mode is far more complex that you suggested:
So it would be a huge task, and there is no plan today for such implementation. I am glad to ear that you manage it on your own. You can even share your code to others : |
|
As stated by @ABOSTM
It is a user code sharing so I close it as no plan to implement this and:
Thank you for sharing. |
Uh oh!
There was an error while loading. Please reload this page.
In order to trigger ADC's at a regular interval, TRGO output from a Timer is often used. The currect class definition of the HardwareTimer does not allow this to happen. The easiest way for this is to add a function/method that does something along the lines of
All reactions