Hello Andrew,
Yes, it is possible to load a value and enable a timer within another timer interrupt routine. Depending on the speed of the timer that it's triggering the interrupt and if it's a periodic interrupt you might need to disable the interrupt when entering the interrupt routine and enable it again before you return to your application.
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------