×

You are using an outdated browser Internet Explorer. It does not support some functions of the site.

Recommend that you install one of the following browsers: Firefox, Opera or Chrome.

Contacts:

+7 961 270-60-01
ivdon3@bk.ru

Analysis of floating point calculations on microcontrollers

Abstract

Analysis of floating point calculations on microcontrollers

Ignatieva O.V., Sokirka A.D., Zhuravlev D.S.

Incoming article date: 16.06.2023

The article discusses methods for optimizing floating point calculations on microcontroller devices. Hardware and software methods for accelerating calculations are considered. Algorithms of Karatsuba and Schönhage-Strassen for the multiplication operation are given. A method for replacing floating-point calculations with integer calculations is proposed. Describes how to use fixed point instead of floating point. The option of using hash memory and code optimization is considered. The results of measuring calculations on the AVR microcontroller are presented.

Keywords: floating point calculations, fixed point calculations, microcontroller, AVR, ARM