logo elektroda
logo elektroda
X
logo elektroda

FPU in ESP8266 microcontrollers - impact on application performance

mtbchn 771 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19931917
    mtbchn
    Level 3  
    Hi,
    I have a question. How is it with the FPU in the ESP8266 microcontrollers? Do we have an FPU on board and we can use floating point numbers without any problem, or (as in AVR) is this not advisable from an application performance point of view?

    Thanks in advance for your answer.
  • ADVERTISEMENT
  • #2 19932068
    khoam
    Level 42  
    mtbchn wrote:
    How is it with the FPU in ESP8266 microcontrollers?
    .
    There is no FPU in the ESP8266. It is in the ESP32 and only applies to operations on float types (and no longer double). FPU operations unfortunately pause interrupts and float variables should not be used in interrupts.
  • #3 19932218
    mtbchn
    Level 3  
    Many thanks for the clarification.
ADVERTISEMENT