• Error C197: inline-asm: invalid expression token MSR CPSR_c, #(0x12|0x80)
    Hello all. I have downloaded the LPC213x sample codes for Keil, at NXP website: www.standardics.nxp.com/.../ I have tryed to compile the GPIO example, and I am getting the following error message...
  • Error C197: inline-asm: invalid expression token MSR CPSR_c, #(0x12|0x80)
    Hello all. I have downloaded the LPC213x sample codes for Keil, at NXP website: www.standardics.nxp.com/.../ I have tryed to compile the GPIO example, and I am getting the following error message...
  • 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;...
  • 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...