Tool/software:
- I am trying to use the Input Capture function of TIMERG1 on the MSPM0L1304 MCU to detect Falling/Rising Edge.
- After selecting the corresponding option in SYSCFG and compiling, I encounter a compilation error.
- It appears that
DL_TIMER_CAPTURE_EDGE_DETECTION_MODE_EDGE
is not defined. Could this be a library bug?
- Shouldn't
GPTIMER_CCCTL_01_CCOND_CC_TRIG_EDGE
be defined asDL_TIMER_CAPTURE_EDGE_DETECTION_MODE_EDGE
?