I'm using a timer as a 1ms timebase, which is configured right after hitting main, so very early. I use this timebase to implement timeout functionality in my drivers as I prefer to not just use while loops when waiting for something to complete.What...