• error c202
    Even after including the header file for the syncdelay,i,e "fx2sdly.h" iam getting an error c202 unknown identifier . iam developing a firm ware for fx2. also i need binary file to download the firm...
  • error C202: 'osThreadId_t': undefined identifier
    when trying to execute the below code, osThreadId_t tid1; tid1 = osThreadNew(job1, NULL, NULL); // Create a new thread I am facing the error "main.c(24): error C202: 'osThreadId_t': undefined...
  • 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...
  • undefined identifier error(c202)
    i write this code for LDR connected with the AT89s52 through the ADC MCP3208. i write the below code. #include<at89s52.h> #include<stdio.h> sbit CLK=P1^2; sbit MISO=P1^3; sbit MOSI=P1^4;...