Hi everyone,
for a project I am currently thinking of I need to time 4 different external events, i.e. run times. All events have a common starting point in time, t0, so I thought of using the Maple board with a timer set to input compare to store the counter values in memory using DMA and trigger an interrupt once all counter values are available.
From the manual / forum, I learned that USB and SYSTICK should be disabled to avoid Jitter, and since precision is pretty important in my application, I'll probably have to stick to that. My question now, is though, how to communicate the value to the "outside world"? I would love to do continuous measurements, which kinda rules out storing the values on the board itself, and transmitting them back to a connected PC via USB is also out of the question (although that would be ideal).
Will serial communication work? Will it induce Jitter? Any other alternatives, pointers? Any help is appreciated!
Cheers,
Jeanette