• double vs float ??
    I am using float variable in my code, and I get an error because of exceeding the limit size of code. If I replace the float with double variale the code size reduces to 99% which is capable to execute...
  • double vs float ??
    I am using float variable in my code, and I get an error because of exceeding the limit size of code. If I replace the float with double variale the code size reduces to 99% which is capable to execute...
  • Double and float values
    Does using a double or float value for the MCB1700 board cause severe inefficiency? I would like to use two or three double values for precise calculations of values. Will this cause a problem or will...
  • Double and float values
    Does using a double or float value for the MCB1700 board cause severe inefficiency? I would like to use two or three double values for precise calculations of values. Will this cause a problem or will...
  • Trouble with ints, floats and double
    I'm using the MCBSTM32C evaluation board. I would like to calculate the angle of the board in relation to the gravity vector. I have no prolems reading the accelerometer. I basically have the gravity...