2020-11-05 11:17 PM
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?
2020-11-09 12:09 PM
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
2020-11-11 04:04 AM
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.