Hello,
I am working with S12ZVML64 MCU, and specifically with PWM application. Please help with the clarifications. I have below 2 doubts.
1st Clarification:
From datasheets, in MODRR2 routing register, only Input capture can be routed.
I want to make sure whether routing of IOC2 to PT2 pin is required for S12ZVML64 MCU.
Is it safe to assume that no routing is required from IOC2 to PT2 pin of the micro ?
2nd Clarifiaction:
From my little understanding on TIM module, whenever OC event happens, and Interrupt is generated. Then, we update the next counter value to register, and clear the interrupt flag, and specifiy the the event action also.
But, how to make sure that the previous event action is done or completed ?
Is there any way to check if PT2 pin Output is High or Low ?
Thank you in advance!