2024-09-19 06:30 AM - edited 2024-09-20 06:13 PM
Background:
Using an specific MCU, and after a board build, found that needed more memory. But a part in the "F" family with same pin out did not exists. To find another part, used the selector to select certain features to get close to a number of parts. Then went with CubeMx to check each part for the specific configuration. Found only ONE "L" family part that support the identical configuration and ONE other in the L family with just one pin to relocate.
Request:
It should be feasible for CubeMX (perhaps with AI, linear regression or just logical code) to take a certain configuration (& package) and match with the different configuration. As the main inputs such as package and function are limited it should be quick to nail down the number of potential alternatives
Implementation:
1. Load a ioc file.
2. User provided number of maximum mismatches pins
3. Code matches configuration with alternate parts
4. CubeMX list full pin to pin compatible, and also the one within the limit of mismatches.
2024-09-19 07:48 AM - edited 2024-09-19 08:28 AM
Hello @debugging
Thank you so much for this request. I've escalated immediately to the concerned team so they may consider this on the future (under internal ticket number 191572)
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-09-20 06:14 PM - edited 2024-09-20 06:14 PM
Great, thank you very much. perhaps a good "AI" exercise :)