• 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...
  • 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...
  • skipping lines when compiling
    I having problems with the C51 v6.2 not compiling certain lines of codes. I tried doing a search on previous posts but didn't see anything related. here are the C statements: if (msg_inbuf!=0) //...
  • STM32F401 in debug mode working else not
    Hi I have a simple code with uart2. When i running code in debug mode and i have to send 4 bytes of data all data been send but when I off debug button in keil and click reset button on board , code...