Hi Titusrathinaraj ,
I was definitely mistaked, at the examples I wrote !!
I actually meant a real sleep command, for example:
while(1)
{
//do something
printf("C");
sleep(1);
}
Another thing, about the display preventing to enter idle mode, isn't it that the cpu can enter some low power mode
Thanks very much for you comments, They are very much helpful !
Ran