• Whats happening here ??
    Hallo everybody, got myself another problem.... not exactly a problem... i think The thing is i would like to know whats happening in this output: printf("AIN[%d][%d] = %u.%.3u V\n",m,n,(int...
  • what will happen if 8051 encounts a wrong instruction?
    as the title.
  • what happened to 8052.com
    Anyone knows what is going on with 8052.com ?
  • If non-reentrant funtion is interrupted, what wil happen?
    Dear everyone: If non-reentrant funtion is interrupted ,will it cause error? In my non-reentrant funtion defined some local variables, if it is interrupted, non-reentrant funtion will not preserve...
  • What happens to mutexes and semaphores when a task is deleted
    If I have a 2 tasks running that require the same semaphore (or mutex), and task 1 currently has control of it. Now there is a third task that deletes task 1 before task 1 has a chance to release the...