• error c141
    Hello. I am interfacing a 4x3 keypad with my 8-51 microcontroller. But i keep getting an this error: temp.c(53): error C141: syntax error near '=' temp.c(55): error C141: syntax error near '=' ...
  • error C141 and error C202
    Hello, when trying to compile an small C program with uVision3 v3.53 I'm coming across some unexpected - at least to me - compilation errors, following is the complete program: #include <reg515c...
  • Compiler Error C141
    I am getting compiler error for below given function written to read the MAC (IEEE) address of TI CC2430 ( error C141: syntax error near 'code' ... & ... error C141: syntax error near ')' ) ...
  • c141 error in uV 4.0
    hello, i am using keil uvision 4.0 for my 8051 projects.i am getting an error whenever i use the pre defined word 'else' in my code. ex: if(an1==1) { LED1=1; LED2=1; else //at this...
  • Error C141 and C213
    why does error C141 and C213 come while compiling gpiflongxfr example??