cancel
Showing results for 
Search instead for 
Did you mean: 

Adding custom board to IDE

Amad
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

3 REPLIES 3
STTwo-32
ST Employee

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.

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

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.