• Conversion (unsigned int)double incorrect.
    I'm calculate sin by table. Example fragment code bellow .... #define Tabl_acos 0x80000000 ... ... double tsin (double arg) { double argout; unsigned int *adr; adr = (unsigned int ...
  • Conversion (unsigned int)double incorrect.
    I'm calculate sin by table. Example fragment code bellow .... #define Tabl_acos 0x80000000 ... ... double tsin (double arg) { double argout; unsigned int *adr; adr = (unsigned int ...
  • convert unsigned int to class pointer
    Hello together, i was trying to find out, how to cast an unsigned int to a class pointer. I´m using a stm32 under µVision4. I read something about reinterpret casts, and that they´re not that runtime...
  • convert unsigned int to class pointer
    Hello together, i was trying to find out, how to cast an unsigned int to a class pointer. I´m using a stm32 under µVision4. I read something about reinterpret casts, and that they´re not that runtime...
  • SQRT Program needs check
    Hello, I am trying to use a square root program for circle plotting and I'm trying to use John Davidson's routine in his sourcecode repository under the C51 section. Can someone confirm this?