Hello.
I'm quite new to the RTOS, and I've been looking for info about using a specific PWM pin of the MSP432 Launchpad in order to use a resource of a Booster Pack.
As far as I understand, the timer that the PWM pin uses (timer 0), is also used by the OS for some setups, but I don't know how often the OS makes use of said timer.
My question is, is there any way to force the OS to use another timer, so I can use that timer freely? Or can I still share the timer with the OS?
Thanks