cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I have a project created with the new cubeIDE using .ioc. Is there a way to compile this project easily targeting a different processor of the same family WITHOUT recreating an entire new project from scratch? Thanks,

mhal
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

The latest stand-alone STM32CubeMX tool has an option "List Pinout compatible MCUs" (Alt+L) which might help.

View solution in original post

3 REPLIES 3
KnarfB
Principal III

The latest stand-alone STM32CubeMX tool has an option "List Pinout compatible MCUs" (Alt+L) which might help.

mhal
Associate II

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.

TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".