• Faulty acos() ?
    Hey, The support site describes the acos(float) for severel targets. All the same. It takes values between -1 and 1, which should be OK to understand. But then there is an example that does nothing...
  • Faulty acos() ?
    Hey, The support site describes the acos(float) for severel targets. All the same. It takes values between -1 and 1, which should be OK to understand. But then there is an example that does nothing...
  • Faulty if statement evaluation
    Colleagues, I was surprised today when an if() statement failed to execute as expected. In the code below when parameter 'a' is 0x00 or 0, the if statement should always evaluate as true. It does...
  • Faulty if statement evaluation
    Colleagues, I was surprised today when an if() statement failed to execute as expected. In the code below when parameter 'a' is 0x00 or 0, the if statement should always evaluate as true. It does...
  • Could the MDK-LITE 5.38.0.0 Disassembly window be faulty?
    I write and compile the assembly command below. ADCNE R0, R1 I see this line in debug windows like below. (The ADC command should not have a suffix S .) IT NE ADC S R0, R1 The S suffix to the...