2021-07-26 01:15 AM
Due to the current shortages I'm trying to make a circuit I'm designing as flexible as possible when it comes to final choice of processor.
Is there a tool out there that can highlight where several STM32s differ? I'm not just talking memory and peripherals, I'm talking pin assignments and even locations. I've been doing it manually with a spreadsheet and referencing the datasheets, but that is so time consuming and prone to error. There are also so many minor differences between parts that makes it very tricky to map peripherals to pins successfully.
There must be a better way to do this! I tried the MCU finder but that doesn't even let you filter by RAM and ROM, never mind do a detailed compare.
Solved! Go to Solution.
2021-07-26 04:45 AM
Hello @SHugh.2 ,
You can use the feature "List pinout compatible MCUs" within STM32CubeMX tool, it shows the pinout compatibility (which signals can be assigned to the exact same pin location)
For more details, please refer to the Tutorial 5: Exporting current project configuration to a compatible MCU section, in the UM1718.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-07-26 04:45 AM
Hello @SHugh.2 ,
You can use the feature "List pinout compatible MCUs" within STM32CubeMX tool, it shows the pinout compatibility (which signals can be assigned to the exact same pin location)
For more details, please refer to the Tutorial 5: Exporting current project configuration to a compatible MCU section, in the UM1718.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen