RP2040 Board, After using alarm_pool_add_repeating_timer_us to create a 500uS time base for the timer list, After the program runs normally 5636s, the callback function passed in alarm_pool_add_repeating_timer_us will no longer be executed.
Multiple experiments, each time it stopped at 5636s.
It seems that a parameter in the SDK overflowed.
Looking forward to your suggestions.
Thank you.