• AXF to SREC & OpenSDA Debugging?!?
    I've got a Freescale evaluation board that I'm working through for the KL02. All of the Freescale documentation is awesome, and then I jump into the example code and the world of KEIL MDK and am stunned...
  • .hex to .bin conversion
    Hello, IS there anyboby knows how to automatically convert the .hex file outputted by keil to .bin file for flashing.. I tried to use the hex2bin software utility, but the output is too large...
  • conversion
    does Keil plan to provide upgrade support (documents/functions/edit script/...) for those that want to switch from CARM to RealView? Erik
  • BIN file
    How can I generate a .Bin file instead of .hex file using uVision ?
  • 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...