2022-12-12 10:11 PM
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.
2022-12-13 04:17 AM
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.
2022-12-13 04:18 AM
AFAIK, the G071 should run the code created for G051 without changes. So, create the project for G051 and debug it on G071.
2022-12-13 04:36 AM
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.
If 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.
2022-12-15 09:37 PM
Thanks for the answers. We have decided to edit the linker script to optimize the memory usage.