• 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...
  • 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...
  • 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...
  • 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...
  • I am getting an another error for else if function
    error 267: 'elseif': Requires ANSI-style prorotype.