Skip to main content
Amad
Associate II
November 29, 2024
Solved

Adding custom board to IDE

  • November 29, 2024
  • 1 reply
  • 838 views

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

Best answer by STTwo-32

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 

1 reply

STTwo-32
Technical Moderator
November 29, 2024

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.
Amad
AmadAuthor
Associate II
November 29, 2024

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

STTwo-32
STTwo-32Best answer
Technical Moderator
November 29, 2024

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.