• 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 ...
  • 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
    Am using cortex-M3. I did a program. While compiling am getting an error as #include"lpc1xx.h". Am not able to rectify it. Please help me. Thank You.
  • 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...
  • Facing a problem while compiling the code for ADuC703x
    Hi, Good Day. Currently I am working on ADuC703x from Analog devices family. This processor is built with ARM7TDMI core. I have taken one example code from analog devices and trying to build that...