Hi, Thank you for your support! I tried to change the below value. /* Variable to define limit to print accel data. */ uint16_t limit = 100; Result: When limit value is 254 or less, number of sample data is equal to limit value.(ex, limit value is 200, number of samle data is 200.) When limit value is 255 or more, number of sample data become infinite loop. Is this result correct?
... View more