• Anyone know about MDK3.14 ?
    I see from surfing around there's been an update for the MDK available 'sometime last week'; to version 3.14. I've seen a 3.12, but this seems to be for the Chinese market. Nothing visible on...
  • Is anyone know? please help me!
    http://www.keil.com/forum/docs/thread7077.asp
  • Anyone knows how to set the core clock at 120MHz with keil on the FRDM-K64F?
    I try with this code   MCG -> C1 = 0x2AU;   MCG -> C2 = 0x20U;   MCG -> C4 = 0x00U;   MCG -> C5 = 0x09U;   MCG -> C6 = 0x58U;   MCG -> SC = 0x00U;   OSC -> CR = 0x80;   SIM -> SOPT1 = 0x000C0000UL;  ...
  • Does anyone know how to use the FPU in the FRDM-K64F with uVision 5?
    I've been trying to get Keil uVision5 to compile code for the FRDM-K64F so it uses the FPU with instructions such as VADD and VMUL. The code I'm using is the one for the Blinky standalone sample code...
  • C++ Anyone?
    Perhaps this is a stupid question, perhaps not...but does Keil have or considered writing a C++ compiler for the 8051? I have had numerous cases where a peripheral (be it internal or external), the...