• identifier is not defined
    Hi, I am trying to use HAL driver for STM32L053C8 discovery board. In DMA.h I defined: typedef struct { DMA_Channel_TypeDef *Instance; /*!< Register base address */ DMA_InitTypeDef Init;...
  • Identifier Undfined
    Basically what I am trying to do is duplicated the timer project example for nRF51422. I keep getting back following errors and I don't know how to fix it. I suspect it has to do with including files...
  • undefine identifier
    <main> #include<reg51.h> #include<delay.h> #include<temp.h> //#include<code.h> #include<counter.h> #define unsigned long int pdata cont[256] void main() { int tmp; counter(); while(1) { tmp=P0;...
  • Invalid Register
    Trying to program an Atmel 89C2051 device but I get 3 errors exactly the same invalid register. The line of code is MOV R0, R5 Any ideas anyone.
  • Invalid mspace
    Hello, I had this appear when I tried to compile my code in C. WARNING C196: MSPACE PROBABLY INVALID I do know that this occurs when we try to convert a constant to a pointer constant and hence...