• Math library
    Hi.. I need to use the cos and sin functions. what are the libraries I need to add ? is it only <math.h> ? if yes, i tried that and i got error message: /cygdrive/h/Ex3/FFT/FFT.c(45): error: undefined...
  • Math library function
    I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
  • User Stack Pointer Corruption with Double Precision Arithmetic
    When using C167 simulation and double precision arithmetic, I ran into a problem. Things didn't seem to be working properly, so I inspected the generated assembly and found that the user stack pointer...
  • Use double-precision FPU for cortex-M7 arm chip
    Hi, I am using Stm32F767NIH6 arm chip for my project. I know that this cortex-M7 arm chip supports double precision FPU, but I cannot find it from the panel, options->Target. I have read similar...
  • "watchdog timer reset occured" with double precision floatingpoint, in simulator
    controller: C164CI µVision 3.50b Hi, everytime when i enable the compileroption "double precision floatingpoint", and startrun in the debugger, comes the message "watchdog timer reset occured" ...