Resolved! [SOLVED] I want to sample analog values and write these into an array but in the end there are not enough samples in the array as expected.
I expect at least 22937 samples until the array is full. My guess now is, that my index counter "number_of_samples" rises faster than that the actual samples that are written into the array. After the index counter reaches the theoretical max value o...