cancel
Showing results for 
Search instead for 
Did you mean: 

I need a small size Nucleo board that can handle datatype double - What board?

DMårt
Senior II

Hi!

I need a small size Nucleo board that can handle datatype double. I have seen that Nucleo 144 can handle doubles, but can Nucleo 64 boards handle datatype double as well?

Double precision FPU to be precise.

4 REPLIES 4

FPU-D found in F767, H743 and H745

If you need small, consider a Flight Controller board. H750?

All the STM32 can do double math, just in software, the ARM FPU-D isn't as exotic as the Intel/Motorola parts of yore, still needs some sw to do transcendentals.

https://www.ebay.com/itm/STM32F767IGT6-STM32F767-STM32-ARM-Cortex-M7-Development-Board-/312298878930

https://www.ebay.com/itm/STM32H750VBT6-Development-Board-ARM-STM32H7-Programmable-Controller-Module-/123900211707

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Ozone
Lead

> I need a small size Nucleo board that can handle datatype double.

Basically, every Cortex M MCU can handle the double data type - with proper emulation code that comes with the toolchain.

Some bigger one's - as Clive Two.Zero suggested, have an FPU supporting double directly. But no trigonometric functions.

PMath.4
Senior III

The first board Clive references is a really nice little board but finding the schematic for it is difficult. I eventually found a vendor who located it for me

https://www.aliexpress.com/item/4000140915405.html

https://www.aliexpress.com/item/4000064827902.html

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..