2023-01-09 12:37 AM
Hi, I want to use STM32 Nucleo example "STM32F072_MB1303_DRP_SRCING_DEVICE" on my board that include 1x STUSB1602 + 1x STM32F072CBU6 (48-UFQFPN).
(the example works with STUSB1602 + STM32F072RB (LQFP64))-
What will be the easiest way to port the example to my board??
modify the example or creating a new project and coping the relevant example files?
Thanks,
Maor
Solved! Go to Solution.
2023-01-09 01:08 AM
The STM32CubeMX has a feature for migrating to another chip under Pinout (Alt+L). If you use BSP drivers, you need to adjust the pins in the code.
hth
KnarfB
2023-01-09 01:08 AM
The STM32CubeMX has a feature for migrating to another chip under Pinout (Alt+L). If you use BSP drivers, you need to adjust the pins in the code.
hth
KnarfB
2023-01-09 01:35 AM
The easiest way is, of course, have somebody else do it ))
2023-01-09 01:38 AM
Thank you for your answer,
Starting with modifying the BSP..