• Math library function
    I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
  • HardFault after calling math function
    Hi all, I use µVision 4.73 evaluation version. My target device is LPC4357 (cortex M4). All works fine, except when I use floating poit math. volatile float F; #include <math.h> int main(void...
  • 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...
  • Availiability of math functions in the EVAL version
    Hello to Keil users: There appears to have been some misunderstanding about the question I posted yesterday. The question was whether I can do things like calculate sin(x) or log(x) with the Evaluation...
  • How to get SPIFI working on MCB1857
    I'm looking for example where SPIFI reading is working when controller is booted from other sources other than SPIFI, I'm trying to store images and display on LCD, I'm able to program it but not able...