• apple
    Hi. I just wanted to know, if the Keil software is running on an apple computer without using virtual pc?
  • GCC Embedded Toolchain port to Apple silicon ?
    Hi, We use Apple Macs to compile embedded software with the GCC Embedded Toolchain and due to thermal issues are very excited to move to Apple's ARM based silicon as soon as possible. Are there any...
  • computer failure
    My college purchased licence version of KEIL microvision 4 for 10 users and the same were installed on 10 different computers.After few months all those 10 computer failed to boot.Now can anybody tell...
  • Harmonic computation
    I am using arm_rfft_fast_f32 function to compute harmonics on an input signal. The output is a complex value. I can use arm_cmplx_mag_F32 to compute the magnitudes of the harmonics. Is there any function...
  • float computing
    my program below : float fa=123; float fb=123.456; float answer; main() { answer=fb-fa; } but answer=0.4560013 not 0.456 , why? anyone help me please.