• what happened to 8052.com
    Anyone knows what is going on with 8052.com ?
  • 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 happened to my EZREGS.INC file?
    I have a sample *.a51 program that includes this file, but the file is not to be found anywhere on my hard drive. I have installed the ezusb development tools from cypress and the keil uv3 tools as well...
  • What happens in this var declaration mistake?
    Here's an excerpt of my main module (the beginning of it): #include <ezusb.h> #include <ezregs.h> #include <tng.h> #include <string.h> #include "system.h" #include "lcd.h" #define IMG_SIZE...
  • 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...