Double precision computation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 1:31 AM
I'm using STM32F446xx 32-bit MCU, but I want to do computation using double precision. Is it possible to perform double computation precision using given MCU? And if so, how can I make sure that double computation is performed?
Labels:
- Labels:
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 2:00 AM
the compiler doing this for you - always.
if you use "double" variables.
If you feel a post has answered your question, please click "Accept as Solution".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-02 4:48 AM
STM32F76x has FPU HW 64 bit.
