Hello,
I am reading mpu9250 and providing timestamping with events. I want to create timer so that when the timer will be called reading of mpu9250 will begin and when timer stops reading should stop. I gave the mpu reading function in timer event handler function of nrf_drv_timer_init() and using timer1, but when I start the timer it will show only first reading of sensor with timestamp further it will not read. There is no problem with timestamping but I am not able to read mpu9250 reading function continuously which is placed inside timer event handler function. What would be the problem?