Tool/software:
I'm using the timx_timer_mode_capture_edge_capture_LP_MSPM0G3507_nortos_ticlang
example for edge captures.
After reading the capture value, I want to reset the Capture/Compare value (CC_01) back to zero. I tried using the DL_Timer_getCaptureCompareValue()
function, but it didn’t work.
Is there a way to reset the Capture/Compare value (CC_01) to zero after reading it?