2025-10-08 3:43 AM
I’d like to propose an improvement to the search functionality in the "Pinout & Configuration" → "Pinout View" section of STM32CubeMX.
Currently, the search allows filtering by port names and peripheral signals. It would be extremely helpful if the search could support wildcards or regular expression-like patterns. For example:
This enhancement would significantly improve usability, especially when working with large pinouts or when trying to locate signal mappings across multiple instances of peripherals.
Thank you for considering this suggestion!
Best Simon
2025-10-08 4:14 AM
Hello @simountain ,
First let me thank you for posting.
Your request is submitted to the dedicated team through this internal ticket (Ticket Number: 219165).
Thanks.
Mahmoud
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.
2025-10-08 4:59 AM
@simountain in the meantime, while ST consider the suggestion, note that you can export the pinout from CubeMX to a CSV text file:
You could then use your favourite wildcard/regex-capable tool to search that ...
2025-10-08 5:16 AM
Thank you for the hint. This functionality works as a good workaround, but it's a bit inconvenient for quick searches. Furthermore, I really like the visual response of the search within Cube MX. This helps a lot if you have to do changes in the pin assignment / schematic where you need to move peripherals to other pins.