• weird behavior of C167
    Hello, I'm programming a OS on the C167 & XC167. Everything works fine on Simulation and with Monitor on the XC167. But when I want to debug the program on the C167 it changes structure. Here is my...
  • Weird behavior on C51 Simulator/Debugger
    I have a doubt regarding the simulator/debugger tool. In the window displaying the code, one can see that the left-most column would be highlighted green once the line of code is executed. My doubt...
  • Weird behaviour of 'printf' with unsigned char
    I wrote a small program to test the behaviour of 'printf' with unsigned char. It contained just the following loop: for (i=0; i<10; i++) { printf("i = %d\n", i); } Now when I watch the serial...
  • bad printf behavior while using interrupts
    Hello, I've been having mixed success with using the printf library function. I'm using a cypress cy7c68013 as part of the Cypress FX2 Development Board. I had comm port 0 working with printf...
  • Behavior of idle
    Hi, whats the behavior of idle regarding CAPCOM units? I observed the following: I have a 1 ms timer and a Sleep function based on the timer. The sleep function checks the elapsed time and if not...