cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer project to new board

VGuly.1
Associate

Hello!

I have a education task. I need to transfer X-CUBE-USB-AUDIO (https://www.st.com/en/embedded-software/x-cube-usb-audio.html) to stm32f746g discovery. Project supports boards STM32446E-EVAL and 32F769IDISCOVERY. I think stm32f746g is similar 32F769IDISCOVERY. I copied project for 32F769IDISCOVERY and changed board specific files (take it from base project for target board from cubemx). Clocking setup was taken from base project for stm32f746g. But my new project is not recognized in system.

Is it exists any guidelines for transfer some project to new board?

2 REPLIES 2
Imen.D
ST Employee

Hello @VGuly.1​ ,

Welcome to the STM32 Community 😊

I recommend you to follow the instructions in the UM1718: "4.10 Import Project window" section, this will guide you to import your project to another MCU.

Hope this helps you.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

Hello!

I think this decision can be applied for projects which was created in CubeMx and contains .ioc files. But considered package is downloaded from https://www.st.com/en/embedded-software/x-cube-usb-audio.html and not contains any .ioc files for supported boards.