Skip to main content
VGuly.1
Associate
November 6, 2020
Question

Transfer project to new board

  • November 6, 2020
  • 1 reply
  • 894 views

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?

This topic has been closed for replies.

1 reply

Technical Moderator
November 9, 2020

Hello @VGuly.1​ ,

Welcome to the STM32 Community :smiling_face_with_smiling_eyes:

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"".ThanksImen"
VGuly.1
VGuly.1Author
Associate
November 11, 2020

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.