Skip to main content
ASALU.1
Associate
December 13, 2022
Question

Any Evaluation kit based on STM32G051C6 is available ?

  • December 13, 2022
  • 4 replies
  • 1286 views

Hi,

We are planning to develop a motor driver application with stm32g051c6 micro controller. While searching, we couldn't find an EVK board with the same MCU. We have found some alternative EVK boards(NUCLEO-G031K8, NUCLEO-G070RB, NUCLEO-G071RB, NUCLEO-G0B1RE). But the controllers in those have either more flash and RAM size. We would like to know whether any EVK boards are available with "STM32G051C6" micro controller. Please support asap.

This topic has been closed for replies.

4 replies

Gael A
ST Employee
December 13, 2022

Hi,

Unfortunately, there isn't any evaluation board for the STM32G051C6 micro controller. However, as you mentioned, several alternatives are possible. I suggest that you choose among the one you already found. Don't hesitate if you have any other question.

Best regards,

Gaël A.

If you agree with my answer, please consider accepting it by clicking on 'Accept as solution'.Hope this will help,Gaël A.
gbm
Principal
December 13, 2022

AFAIK, the G071 should run the code created for G051 without changes. So, create the project for G051 and debug it on G071.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
Tesla DeLorean
Guru
December 13, 2022

Tell the Linker you have less memory resources if you want to feel it hitting the ceiling.

Many parts share the same die, tested to different degrees, so not everyone gets a dev board.

I​f you must develop with a specific part use usual prototyping methods to create a breakout board and circuit. Or float off one part and replace with another.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ASALU.1
ASALU.1Author
Associate
December 16, 2022

Thanks for the answers. We have decided to edit the linker script to optimize the memory usage.