Hi,
I'm currently using TIVA TM4C123GXL. I'm trying to create a code whereby example; when x = 0, I start a timer, and when x = 2000, I stop the timer. Then get the duration of how long it takes for x to reach 2000, and use it for something else.
Can someone enlighten me on how to do this? Thanks.