Difference: FloatingPointUnit (7 vs. 8)

Revision 82022-10-27 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Floating Point Unit

Line: 8 to 8
 
Changed:
<
<
  • printf("%f", myFloat)
>
>
  • printf("%f", myFloat) f. fe. fs.
 
  • atof() oder strtof() benutzen?
  • nur single-precision? (7..8 Dezimalstellen, H7 hat double precision FPU)
  • kein eigener Stack
Line: 18 to 18
 
  • auf float in ISR verzichten
  • _FPU_USED
  • AN4044 Application note, Foating point unit demonstration on STM32 microcontrollers
Changed:
<
<
  • f. fe. fs.
>
>
  • math.h e.g. float cosf (float)
  >float in Gforth engine/support.c verwendet strtod() (strtof() for single precision)
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback