This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0G3507: TIMG6 capture function fail

Part Number: MSPM0G3507
Other Parts Discussed in Thread: SYSCONFIG

Hi Sir

I use timx_timer_mode_capture_edge_capture_LP_MSPM0G3507_nortos_ticlang SDK example,

the default setting are DOWN counting, rising edge detection and down event(interrupt), but my need is up counting, falling edge detection and up event(interrupt),

so I make some modifications as below, after these modifications, I execute the program and the program enter the “DL_TIMERG_IIDX_CC0_UP” directly, even if PB2 still In high level.

In my understanding when I toggle the switch to low level, the program will enter CC0_UP interrupt, but the program always enter interrupt when I run the program.

 Is there something I've missed?