• conversion
    does Keil plan to provide upgrade support (documents/functions/edit script/...) for those that want to switch from CARM to RealView? Erik
  • Hex To Character Conversion Problem
    I am Trying to Split a hexa value and read it over the serial port let me show you what i mean by that : <per> char arr[10]=(0); int i,k,l; arr[0]=0x11; arr[1]=0x12; : : arr[7]=0x59; arr...
  • type conversion problem
    I want to convert characters recieved from MatLab into unsigned or signed integers in Keil... how do I do that?
  • Type conversion problem
    I want to convert the characters recieved by MatLab into integers. How to do that?
  • sprintf conversion problems
    Why does sprintf generate a Null when sprinting extended character 253(decimal) in to a a string variable? i.e. sprintf(s,"%s","ý"); If I then look at s in debug the first location is NULL...