• float conversion
    i have been getting a strange problem with a particular math operation... i have two long variables.. long a = 31534; long b = 102004; float c; c = a / b; now i get the value of c as 0...
  • 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...
  • type conversion problem
    I want to convert characters recieved from MatLab into unsigned or signed integers in Keil... how do I do that?
  • LPC 932 A/D Conversion
    I am searching for a working code of the low-cost A/D Conversion for LPC932 Chip (AN10187). Can anyone help me?
  • conversion bin to srec
    In my application its needed to load S-19 file,So how to convert .bin file to Motorola S-record file ? Is there any per-build utility ? help me .