cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a custom chip in the X-Cube-MCSDK?

AKons.1
Associate

I have a controller based on STM32F303VDT7 chip and want to use MCSDK with it, but there is no this particular chip in the SDK. I can`t found any directory with .svd files or any other way to add my chip. Is there any way to do it?

1 REPLY 1
cedric H
ST Employee

Hello AKons.1

The proposed flow is to generate your project with the closest MCU available from the MCSDK Workbench (in your case the STM32F303RE).

Open a new cubeMX project with the MCU you target, in your case STM32F303VDT7, and from cubeMX File Menu, click on Import project.

From Import project window, select your IOC generated by the MCSDK workbench based on STM303RE.

After the conversion operation, please check the clock setting, and the various IPs configured by the MCSDK.

If all seem ok to you, you can re-generate the project from cubeMX (clicking on generate code), and you should have a complete project ready to be compiled.

This feature is still experimental and is not reliable at 100%, but most of the case it works pretty well.

Regards

Cedric