• uvision skipping lines, debug?
    I have a project I tried cleaning and rebuilding but debug is skipping lines. while (1) { 1 Delay(); //delay 200ms 2 CanWriteData(0xA544); 3 Delay(); //delay 200ms } I put a break point...
  • Un-optimizing a line so that the compiler doesn't skip it
    Long story short, how can I get the compiler to NOT optimize line 3153 out?
  • PackUnzip.exe command line options skip license agreement
    If a DFP.pack has license agreement page, the command options "--no-gui" is not work, the license page will occur screen, need to manual click then it can be installed. So does anybody how to disable...
  • Audio skipping
    What could be causing the audio to skip in this code I have changed, I think it is to do with the DataOut++; /* Skip one Sample */ and the extra code I have added is causing the buffer to fill up...
  • reading and skipping from port
    Hi All,, I am trying to write a simple program that do the following. it increments a 3-bit binary number after a delay. It looks like following. do{ if (bin_num++ > 0x7) bin_num=0; deley...