2020-08-25 11:37 AM
2020-08-25 02:14 PM
The latest stand-alone STM32CubeMX tool has an option "List Pinout compatible MCUs" (Alt+L) which might help.
2020-08-25 02:14 PM
The latest stand-alone STM32CubeMX tool has an option "List Pinout compatible MCUs" (Alt+L) which might help.
2020-08-25 03:23 PM
Thank you for the response. This gets a little closer without making as many mistakes. Too bad they don't have a compile option for "fully compatible" parts. This would make things easier to maintain. The 2 parts in question are the STM32F373CC and STM32F373CB. The only difference is flash size.
2020-08-25 04:32 PM
If flash size is the only difference, you can just change the linker script and make the flash region bigger.
But in general, no, porting projects to different processors isn't something CubeMX supports.