hello
yes I have problems with my app_timers in SDK14.2 (migration from 12),
I well noticed that the prototypes of the functions create and start changed from sdk12.
// create timer
static app_timer_t timer_data = { {0} };m_timer_id = &timer_data;err_code = app_timer_create(&m_timer_id, APP_TIMER_MODE_REPEATED, cbk_measure);APP_ERROR_CHECK(err_code);
thx,
yacine