2022-03-11 08:52 PM
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?
Solved! Go to Solution.
2022-03-12 07:38 AM
Can also do File -> Save As to create a duplicate project with the same pin definitions and settings.
2022-03-11 10:49 PM
STM32CubeIDE > File > New > STM32 Project from existing .ioc
allows you to create a new project from the settings of an existing one.
hth
KnarfB
2022-03-12 07:38 AM
Can also do File -> Save As to create a duplicate project with the same pin definitions and settings.