• conversion
    does Keil plan to provide upgrade support (documents/functions/edit script/...) for those that want to switch from CARM to RealView? Erik
  • conversion
    does Keil plan to provide upgrade support (documents/functions/edit script/...) for those that want to switch from CARM to RealView? Erik
  • Conversion problem
    uint64_t build_table ( int32_t myparameter ) { if ( myparameter == 7 ) { return BOOL_TRUE; } else if (myparameter == 29 ) { return BOOL_FALSE; } else { return 23; } return 5; }
  • AD Conversion
    I am trying to write a short simple AD conversion program Can Anyone help
  • 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...