Okay, If timer deamon task is suspending the scheduler means, If I am writing while(1) in timer handler means it will struck there context switch will not happens right? Then no other task will run after that? And what if I am accessing UART,I2C hardware resources from Software timers?