How to port STM32 Nucleo example to my board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32F0 Series
-
USB-PD
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-09 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-09 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-09 1:35 AM
The easiest way is, of course, have somebody else do it ))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-09 1:38 AM
Thank you for your answer,
Starting with modifying the BSP..
