2024-11-28 08:55 PM
Hi,
We've custom boards for our projects and we have to set up pins, crystals, clock settings etc. each time and I was wondering is there a way to making this easier ?
Can we add to "New STM32 Project" > "Board Selector" our boards ?
Thanks & Regards
Solved! Go to Solution.
2024-11-28 10:30 PM
Yes, the only way is to start your project from an MCU. Or you can make a .ioc file that include all your basic configurations and start your project each time from this .ioc file.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-28 09:05 PM
Hello @Amad
On the board selector of CubeMX, you have only ST evaluation boards (Nucleo, Eval, DK...). You can't add a Custom board to your board Selector. To program a Custom board, you should start your project by selecting the MCU that you are using and start your project directly on your MCU.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-28 09:09 PM
Thanks @STTwo-32 for fast reply.
So we need to set up every time and there isn't a way to making it faster ?
Regards
2024-11-28 10:30 PM
Yes, the only way is to start your project from an MCU. Or you can make a .ioc file that include all your basic configurations and start your project each time from this .ioc file.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.