Hi
i would like to create a 32 bit timer(or maybe i need less?) in my tm4c1294xl card
i would like to create timer that in case no data arrived(i have bool that save the current state) it wil call a function
my system uses 2 uarts.
2 questions:
1.which value i should provide to the "timerLoadSet" in order to give the timer a tick every 2-3 seconds?
2. in case im in the interupt (timer) and i get uart interupt will it bypass the timer or it will wait for it as nested interupt( i would like to avoid uart data lost and also in case of sending data its important me to finish sending the usb data)
i am using 120mhz clock!
Thanks
Idan