• getting errors with bdata of type char
    iam trying to access char bdata buff1[10] but getting some syntax errors. i wrote the code as below to access the array char bdata buff[10]; bit arr07=1; sbit mybit4 unsigned int i=0; for(i...
  • getting errors with bdata of type char
    iam trying to access char bdata buff1[10] but getting some syntax errors. i wrote the code as below to access the array char bdata buff[10]; bit arr07=1; sbit mybit4 unsigned int i=0; for(i...
  • WIDE CHAR function-family does not link
    Hi, I'm using ARM uVision 5.10.0.2 for Cortex-M . For a terminal like application I have to work with wide chars ( wchar_t ) and send them over the IIC-Interface. Therefore I want to write/read...
  • WIDE CHAR function-family does not link
    Hi, I'm using ARM uVision 5.10.0.2 for Cortex-M . For a terminal like application I have to work with wide chars ( wchar_t ) and send them over the IIC-Interface. Therefore I want to write/read...
  • getting error as error C141: syntax error near 'void', expected '__asm' at linevoid lcdcmd(unsigned char val)
    #include<reg51.h> sbit ir1=P1^0; //entry sbit ir2=P1^1; //exit sbit rs=P2^0; sbit rw=P2^1; sbit en=P2^2; void lcdcmd(unsigned char); void lcddat(unsigned char); void lcddis(unsigned char *s,unsigned char...