• fmod with negative decimal numbers error?
    the result of fmod(-0.6, 0.01) is -0.01 is this an error?
  • No hex file produced!!
    Hello, I'm using µVision2 to write my code for the P89C664 µC. I have written so far a few example programs, and compiled and simulated them. Now i want to download the .hex file into the µC on my...
  • Compiler not producing OBJ files
    Using uVision, I'm not getting .obj files produced by C51. A51 produces .obj files OK in the same project. The example projects do produce .obj files, so the cause is likely project settings. A .LST...
  • Assembly routines producing NOP's
    I'm new to the Keil compiler and am having problems with assembly subroutines. The program compiles and links just fine but when I download the debug file to my Metalink emulator the assembly subroutines...
  • rfft_fast_f32 Not Producing Expected Output
    I have been trying to use the RFFT functions in the CMSIS DSP library which has been giving me some confusing outputs. From the documentation : Looking at the data, we see that we can uniquely represent...