Skip to main content
parth kothiya
Associate III
March 12, 2022
Solved

How to create template for my custom STM32 board for STM32CubeMx & IDE?

  • March 12, 2022
  • 2 replies
  • 2163 views

I have my custom PCB design by using STM32 MCU.

Now i want to know how can i design template for this custom board GPIO pins and other interfaces so when i want to use this i simply select it and all pins are set as template.

every time when i make new project don't need to do all setup again.

similar like any stm32 discovery board all pins are set up already.

How can i do it? which software is used?

This topic has been closed for replies.
Best answer by TDK

Can also do File -> Save As to create a duplicate project with the same pin definitions and settings.

2 replies

KnarfB
Super User
March 12, 2022

STM32CubeIDE > File > New > STM32 Project from existing .ioc

allows you to create a new project from the settings of an existing one.

hth

KnarfB

TDK
TDKBest answer
March 12, 2022

Can also do File -> Save As to create a duplicate project with the same pin definitions and settings.

"If you feel a post has answered your question, please click ""Accept as Solution""."