• double trouble?
    Hi all. using uVision 4, keil compiler. I'm trying to create a very simple function that takes an argument list, but it seems like when i use parameters of type double, it doesn't work right...
  • 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...
  • Double & long double support in keil
    I am using double & long double & check that both take same size in keil i.e 8 bytes. Shouldn't be long double take 16 bytes or keil 4.70.0 compiler don't have it.
  • Is it a bug or a feature? double and static double
    Recently, I have seen a very strange behaviour on uvision4. When I use a local double variable in my function, it compiles but I see NOP on disassamble window which corresponds to my variable.What...
  • Custom USB Class troubles
    After connecting custom USB device, device appears on Windows Device Manager, during tracing these functions are called: usbd_cls_init usbd_cls_sof But the following functions are never called...