• data type conversion
    how to extract the least 8 bits of port 0(p0.7 to p0.0) and store it into a variable of type unsigned char directly ? this is in reference to the arm7 (lpc2129). santosh
  • type conversion
    i have the followin program float a; long int c; float b; now i haave an expression a = b- c*0.05 however when i run this expression in simulator the values are correct...however in the machine...
  • Error C193 : '==' : illegal type conversion ??
    Hi, I have tried to remove this error but no way. Error C193 : '==' : illegal type conversion from/to 'void' I have tried to include severals headers file but nothing, how can I resolve this...
  • Error C193 : '==' : illegal type conversion ??
    Hi, I have tried to remove this error but no way. Error C193 : '==' : illegal type conversion from/to 'void' I have tried to include severals headers file but nothing, how can I resolve this...
  • Type conversion(short to Q15)
    Dear all I have sampled some data using a 16bit ADC the data is in short(16-bit int) format, now I want to use the Cortex CMSIS DSP library to do some calculations like calculating rms values.I have...