• Type convert
    complier is error ,following is program #include <reg52.h> #include <stdio.h> unsigned int i; sbit Test=P1^0; main() { i=(int *)Test; } error info is : error c253:INTERNAL ERROR(ASMGEN...
  • convert decimal to hexadecimal
    Hello, How can I convert decimal to hexadecimal by Keil?. such as,convert from 2185 dec. to 889 hex. thank you. hayinga
  • Convert IAR to Keil
    I have Source code in IAR compiler. I would like to convert them and run on Keil, but i don't know how to do this. If there is a way can anyone give example of how to do it or some instruction to do...
  • VARIABLE TYPE CONVERTION PROBLEM
    I AM GETTING SOME DATA FROM TEMPERATURE SENSOR. IT IS A DOUBLE DATA TYPE. IS IT POSSIBLE TO CHANGE IT TO LONG OR INT DATA. AND JUST KEEP THE INTEGER PARTS. THX
  • need to convert an ascii to float?
    in embedded programming why do we convert an ascii to float initially?what is the use of it?