Skip to main content
Associate
March 7, 2025
Solved

I don't know what kind of STM NUCLEO THIS IS

  • March 7, 2025
  • 4 replies
  • 786 views

I just bought this board and actually i have no idea what type it is. In the box there was product card for Nucleo-32 and that is definitely no Nucleo-32. Somebody know what exactly this is? Please Help!

img.jpg

Best answer by Chris21

Look at the larger micro; appears to be STM32F334.

https://www.st.com/en/evaluation-tools/nucleo-f334r8.html

Oddly, ST calls this a Nucleo-64 despite the device having 28 pins...

4 replies

Chris21
Chris21Best answer
Associate II
March 7, 2025

Look at the larger micro; appears to be STM32F334.

https://www.st.com/en/evaluation-tools/nucleo-f334r8.html

Oddly, ST calls this a Nucleo-64 despite the device having 28 pins...

tu_szym0nAuthor
Associate
March 7, 2025

I think that i found:

STM32 NUCLEO-L476RG Nucleo-64 z STM32L476RGT6 ARM Cortex-M4

tu_szym0n_0-1741380509061.png

 

Peter BENSCH
Technical Moderator
March 7, 2025

No, as mentioned by @Chris21 your board is a NUCLEO-F334R8.

You will find the name on the large LQFP-64 at the bottom centre:STM32F334R8T6.

Chris21
Associate II
March 7, 2025

Edit: 48 pins.

Chris21
Associate II
March 7, 2025

Sorry, it does have 64 pins...

Chris21
Associate II
March 7, 2025

The device on the board is labeled STM32X###.

To me, the X### in your first picture appears to be F334 -> STM32F334.

Andrew Neil
Super User
March 8, 2025

@tu_szym0n wrote:

I just bought this board and actually i have no idea what type it is. In the box there was product card for Nucleo-32 and that is definitely no Nucleo-32.


So you bought it second-hand ?

Therefore beware that the previous user(s) may have reconfigured it from default settings.

Might even have damaged it ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.