Hi,
i want take adc samples using tiva board , i tried with the tiva example code on tiva TM4c129 board in that i am taking samples from the adc along with that time stamp from the Hibernation module (sec : sub seconds)
and i am sending that data to the UART at 460800 baud rate i am able to get the samples , but the problem is sampling time is not uniform (i observed the sub seconds counter , the interval between each sample is changing ). how to make it as uniform as much as possible.
thank you in advance.