• error while compiling
    Hi all, When I compile my assembly program I am getting the following error.I would like to know the reason for this error and a solution to overcome this. what does the line below tell? CLASSES...
  • Error while compiling .cpp
    I'm doing a speech project on MCBSTM32E board (STM32F103ZE) i was testing a basic blinky code in .cpp form but i'm getting the following error STM32_Init.c(34): error: #5: cannot open source input file...
  • Error while compilation
    Hi there, I am facing a issue while compilation, no idea how to fix that
  • While not compiled
    Perhaps someone can tell me why the line "while(EE_busy & 0x01);" is not compiled? volatile UINT8 EE_busy; EE_busy = 0x01; do EE_busy = hs_NvmRDSR(); while(EE_busy & 0x01); Thanks ...
  • Compiler Errors on Do While loops
    C51 compiler V6.23, at optimization levels of 7 or above generates crash code as shown in the listing below. The compiler PUSHes R1,R2,and R3 on the stack upon return from the function. When the Do While...